diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-05-30 22:20:55 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-05-30 22:20:55 +0200 |
| commit | aa39875b09ebe74db959ab4decd642148abc2860 (patch) | |
| tree | d832bf720ae1c8b35d16dc48136b23eb6c8608f8 | |
| parent | bf62f5982e9cbf10ea3adc4a1311cebb91b38fbf (diff) | |
Add remotebuild public key
| -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 |
