home/ssh: clean up ssh entries for pvv machines

This commit is contained in:
Oystein Kristoffer Tveit 2024-08-02 18:35:55 +02:00
parent 1dd3ca4690
commit fdda12d463
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 6 additions and 17 deletions

View File

@ -10,35 +10,24 @@ let
proxyJump = lib.mkDefault null; proxyJump = lib.mkDefault null;
} }
"dagali" "dagali"
"drolsum"
"demiurgen" "demiurgen"
"eirin" "eirin"
"bekkalokk" [ "bekkalokk" "pvv-web" "pvv-wiki" "pvv-webmail" ]
"ildkule" "ildkule"
"shark" "shark"
"buskerud" "buskerud"
"bicep" [ "bicep" "pvv-databases" ]
"bob" "bob"
"knutsen" "knutsen"
"isvegg" "isvegg"
"tom"
[ "microbel" "pvv-users" "pvv-mail" ] [ "microbel" "pvv-users" "pvv-mail" ]
]; ];
rootMachines = [ rootMachines = [
[ "knakelibrak" "pvv-databases" ] [ "sleipner" "pvv-salt" ]
[ "spikkjeposche" "pvv-web" "pvv-wiki" "pvv-webmail" ] [ "balduzius" "pvv-krb" ]
"sleipner"
# "fenris"
"balduzius"
"joshua"
# "skrotnisse"
"principal"
"tom"
# "monty"
# {
# names = [ "dvask" ];
# proxyJump = "monty";
# }
[ "innovation" "pvv-minecraft" ] [ "innovation" "pvv-minecraft" ]
]; ];