diff options
author | Alex Auvolat <alex@adnab.me> | 2024-03-16 18:53:12 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-03-16 18:53:18 +0100 |
commit | d55c9610a9a24ffff63894092b7ab241fccd6860 (patch) | |
tree | 7b47a3301678eac8088db4745e5940035e4b2c56 /cluster/prod | |
parent | 18af71433091dcc65b6115f37e5bf8c44af795bc (diff) | |
download | nixcfg-d55c9610a9a24ffff63894092b7ab241fccd6860.tar.gz nixcfg-d55c9610a9a24ffff63894092b7ab241fccd6860.zip |
ajout de marion et darkgallium
Diffstat (limited to 'cluster/prod')
-rw-r--r-- | cluster/prod/cluster.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cluster/prod/cluster.nix b/cluster/prod/cluster.nix index 80a7e3a..1b916be 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -121,6 +121,13 @@ armael = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJOoPghSM72AVp1zATgQzeLkuoGuP9uUTTAtwliyWoix" ]; + marion = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKzOhSTEOudBWCHi5wHc6MP0xjJJhuIDZEcx+hP6kz9N" + ]; + darkgallium = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJX0A2P59or83EKhh32o8XumGz0ToTEsoq89hMbMtr7h" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB540H9kn+Ocs4Wjc1Y3f3OkHFYEqc5IM/FiCyoVVoh3" + ]; }; # For Garage external communication |