diff options
Diffstat (limited to 'cluster/staging/cluster.nix')
-rw-r--r-- | cluster/staging/cluster.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/cluster/staging/cluster.nix b/cluster/staging/cluster.nix index b170162..e928824 100644 --- a/cluster/staging/cluster.nix +++ b/cluster/staging/cluster.nix @@ -46,8 +46,6 @@ deuxfleurs.adminAccounts = { lx = [ - # Keys for accessing nodes from outside - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJpaBZdYxHqMxhv2RExAOa7nkKhPBOHupMP3mYaZ73w9 lx@lindy" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIw+IIX8+lZX9RrHAbwi/bncLYStXpI4EmK3AUcqPY2O lx@kusanagi " ]; quentin = [ @@ -92,6 +90,9 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJX0A2P59or83EKhh32o8XumGz0ToTEsoq89hMbMtr7h" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB540H9kn+Ocs4Wjc1Y3f3OkHFYEqc5IM/FiCyoVVoh3" ]; + stitch = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILdT28Emp9yJqTPrxz+oDP08KZaN1kbsNyVqt9p9IMED" + ]; }; # For Garage ipv6 communication @@ -99,8 +100,8 @@ ## ===== EXPERIMENTAL SECTION FOR STAGING CLUSTER ===== - # Test nomad 1.6 - services.nomad.package = pkgs.nomad_1_6; + # Test nomad 1.7 + services.nomad.package = pkgs.nomad_1_7; nixpkgs.config.allowUnfree = true; # Accept nomad's BSL license # We're doing lots of experiments so GC periodically is usefull. |