Display hosts line by line

This commit is contained in:
Andreas Zweili 2022-11-02 15:53:41 +01:00
parent e558496a00
commit 12fe9f26c7
1 changed files with 13 additions and 0 deletions

View File

@ -16,6 +16,19 @@ let
loki-test = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKqCmY9F2nWasFtmBpk401lacclXeddDm+OTZ4+tNM94";
systems = [ gwyn proxy git nextcloud ttrss mail pihole plex restic-server management loki-test ];
nixos-vm = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOcmWE9b7GQKOOq61gYLdFA5uZ+hhpBYePmmdRDGwIVu";
systems = [
gwyn
proxy
git
nextcloud
ttrss
mail
pihole
plex
restic-server
raspi-test
loki-test
];
in
{
"test.age".publicKeys = users ++ systems;