From fdda12d463074b9b4e17dcb1d7092f4794f7dd5f Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 2 Aug 2024 18:35:55 +0200 Subject: [PATCH] home/ssh: clean up ssh entries for pvv machines --- home/config/ssh/pvv.nix | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/home/config/ssh/pvv.nix b/home/config/ssh/pvv.nix index 8167eb7..d70b739 100644 --- a/home/config/ssh/pvv.nix +++ b/home/config/ssh/pvv.nix @@ -10,35 +10,24 @@ let proxyJump = lib.mkDefault null; } "dagali" + "drolsum" "demiurgen" "eirin" - "bekkalokk" + [ "bekkalokk" "pvv-web" "pvv-wiki" "pvv-webmail" ] "ildkule" "shark" "buskerud" - "bicep" + [ "bicep" "pvv-databases" ] "bob" "knutsen" "isvegg" + "tom" [ "microbel" "pvv-users" "pvv-mail" ] ]; rootMachines = [ - [ "knakelibrak" "pvv-databases" ] - [ "spikkjeposche" "pvv-web" "pvv-wiki" "pvv-webmail" ] - "sleipner" - # "fenris" - "balduzius" - "joshua" - # "skrotnisse" - "principal" - "tom" - # "monty" - # { - # names = [ "dvask" ]; - # proxyJump = "monty"; - # } - + [ "sleipner" "pvv-salt" ] + [ "balduzius" "pvv-krb" ] [ "innovation" "pvv-minecraft" ] ];