diff options
| -rw-r--r-- | hosts/apocalypse/default.nix | 1 | ||||
| -rw-r--r-- | secrets/remotebuild.pub | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/hosts/apocalypse/default.nix b/hosts/apocalypse/default.nix index 5bbac60..4836702 100644 --- a/hosts/apocalypse/default.nix +++ b/hosts/apocalypse/default.nix @@ -50,6 +50,7 @@ enable = true; allowedKeyFiles = [ ../../secrets/omega-relay_hostkey_ed25519.pub + ../../secrets/remotebuild.pub ../../secrets/eli.pub ]; openFirewall = true; diff --git a/secrets/remotebuild.pub b/secrets/remotebuild.pub new file mode 100644 index 0000000..7c62015 --- /dev/null +++ b/secrets/remotebuild.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPRtfGGCVu5lkGs9/bHUBKvh6gn1QOf7U1impKiWJsPA wilkuu@apocalypse |
