home/ssh: add missing pvv hosts

This commit is contained in:
Oystein Kristoffer Tveit 2024-09-04 10:29:31 +02:00
parent 3de3b459ad
commit c533a7df56
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 19 additions and 10 deletions

View File

@ -10,26 +10,35 @@ let
proxyJump = lib.mkDefault null; proxyJump = lib.mkDefault null;
addressFamily = "inet"; addressFamily = "inet";
} }
"dagali"
"drolsum"
"demiurgen"
"eirin"
[ "bekkalokk" "pvv-web" "pvv-wiki" "pvv-webmail" ] [ "bekkalokk" "pvv-web" "pvv-wiki" "pvv-webmail" ]
"ildkule"
"shark"
"buskerud"
[ "bicep" "pvv-databases" ] [ "bicep" "pvv-databases" ]
"bob" "bob"
"knutsen" [ "brzeczyszczykiewicz" "brez" "bokhylle" ]
"buskerud"
"dagali"
"demiurgen"
"drolsum"
"eirin"
"georg"
"ildkule"
"isvegg" "isvegg"
"tom" "knutsen"
[ "microbel" "pvv-users" "pvv-mail" ] [ "microbel" "pvv-users" "pvv-mail" ]
"orchid"
"shark"
"tallulah"
"tom"
"venture"
]; ];
rootMachines = [ rootMachines = [
[ "sleipner" "pvv-salt" ] [ "ameno" "pvv-dns" ]
[ "balduzius" "pvv-krb" ] [ "balduzius" "pvv-krb" ]
[ "innovation" "pvv-minecraft" ] [ "innovation" "pvv-minecraft" ]
"ludvigsen"
[ "principal" "pvv-backup" ]
[ "skrott" "dibbler" ]
[ "sleipner" "pvv-salt" ]
]; ];
# Either( String [String] AttrSet{String} ) -> AttrSet{String} # Either( String [String] AttrSet{String} ) -> AttrSet{String}