diff options
author | Alex Auvolat <alex@adnab.me> | 2024-01-31 19:03:54 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-01-31 19:04:02 +0100 |
commit | 4cddb15fa4a25f4246ff804e72d3b55fd7676d4c (patch) | |
tree | 9a43c9556abaf089d6509e54a3a77bec6f10fb44 /cluster/prod/cluster.nix | |
parent | 1bf356e49d3ed98515af370d38ff1047555dd743 (diff) | |
download | nixcfg-4cddb15fa4a25f4246ff804e72d3b55fd7676d4c.tar.gz nixcfg-4cddb15fa4a25f4246ff804e72d3b55fd7676d4c.zip |
prod: updat external services
Diffstat (limited to 'cluster/prod/cluster.nix')
-rw-r--r-- | cluster/prod/cluster.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index 639028a..80a7e3a 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -118,6 +118,9 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEve02acr522psrPxeElkwIPw2pc6QWtsUVZoaigqwZZ" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL/h+rxR2o+vN0hUWQPdpO7YY9aaKxO3ZRnUh9QiKBE7" ]; + armael = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJOoPghSM72AVp1zATgQzeLkuoGuP9uUTTAtwliyWoix" + ]; }; # For Garage external communication |