diff options
author | KokaKiwi <kokakiwi+git@kokakiwi.net> | 2024-04-18 17:57:24 +0200 |
---|---|---|
committer | KokaKiwi <kokakiwi+git@kokakiwi.net> | 2024-04-18 17:57:24 +0200 |
commit | 718a23b74bd13d09306bb17877ceec19464eed27 (patch) | |
tree | 3d2e9e7385cc43a914e7fda595d0ad57b3026284 | |
parent | 96ead9a597c50f4a789ef1a950a7bca2b884a550 (diff) | |
download | nixcfg-718a23b74bd13d09306bb17877ceec19464eed27.tar.gz nixcfg-718a23b74bd13d09306bb17877ceec19464eed27.zip |
cluster/prod: Add kokakiwi to adminAccounts
-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 1b916be..ed2ee9c 100644 --- a/cluster/prod/cluster.nix +++ b/cluster/prod/cluster.nix @@ -128,6 +128,9 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJX0A2P59or83EKhh32o8XumGz0ToTEsoq89hMbMtr7h" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB540H9kn+Ocs4Wjc1Y3f3OkHFYEqc5IM/FiCyoVVoh3" ]; + kokakiwi = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFPTsEgcOtb2bij+Ih8eg8ZqO7d3IMiWykv6deMzlSSS kokakiwi@kira" + ]; }; # For Garage external communication |