diff options
-rw-r--r-- | hosts/vidhar/borg/default.nix | 1 | ||||
-rw-r--r-- | hosts/vidhar/borg/uniworx.de/admin.srv02.pub | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/hosts/vidhar/borg/default.nix b/hosts/vidhar/borg/default.nix index 175a6509..179a2501 100644 --- a/hosts/vidhar/borg/default.nix +++ b/hosts/vidhar/borg/default.nix | |||
@@ -83,6 +83,7 @@ in { | |||
83 | path = "${baseDir}/uniworx.de"; | 83 | path = "${baseDir}/uniworx.de"; |
84 | authorizedKeys = [ | 84 | authorizedKeys = [ |
85 | (builtins.readFile ./uniworx.de/root.pub) | 85 | (builtins.readFile ./uniworx.de/root.pub) |
86 | (builtins.readFile ./uniworx.de/admin.srv02.pub) | ||
86 | ]; | 87 | ]; |
87 | authorizedKeysAppendOnly = [ | 88 | authorizedKeysAppendOnly = [ |
88 | (builtins.readFile ./uniworx.de/append.srv01.pub) | 89 | (builtins.readFile ./uniworx.de/append.srv01.pub) |
diff --git a/hosts/vidhar/borg/uniworx.de/admin.srv02.pub b/hosts/vidhar/borg/uniworx.de/admin.srv02.pub new file mode 100644 index 00000000..804cd725 --- /dev/null +++ b/hosts/vidhar/borg/uniworx.de/admin.srv02.pub | |||
@@ -0,0 +1 @@ | |||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEdOygOsmYKnMvPVW+2pXbGPqeUw1qNMAODFPE6QnLeR root@srv02.uniworx.de | |||