diff options
author | Alex Auvolat <alex@adnab.me> | 2023-01-04 17:06:39 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-01-04 17:06:39 +0100 |
commit | 9fabb5844affbce371c4b3e6fbad8071a0a7f255 (patch) | |
tree | 431ea629eeea6f00677470e211413c000912ebff /cluster/staging/node | |
parent | 3a8588a1ea5878b54d93346b14a6028683644b87 (diff) | |
download | nixcfg-9fabb5844affbce371c4b3e6fbad8071a0a7f255.tar.gz nixcfg-9fabb5844affbce371c4b3e6fbad8071a0a7f255.zip |
staging: remove node cariacou, update garage
Diffstat (limited to 'cluster/staging/node')
-rw-r--r-- | cluster/staging/node/cariacou.nix | 26 | ||||
l--------- | cluster/staging/node/cariacou.site.nix | 1 | ||||
-rw-r--r-- | cluster/staging/node/caribou.nix | 2 |
3 files changed, 1 insertions, 28 deletions
diff --git a/cluster/staging/node/cariacou.nix b/cluster/staging/node/cariacou.nix deleted file mode 100644 index d8fe564..0000000 --- a/cluster/staging/node/cariacou.nix +++ /dev/null @@ -1,26 +0,0 @@ -# Configuration file local to this node - -{ config, pkgs, ... }: - -{ - imports = - [ - ./remote-unlock.nix - ]; - - # Use the systemd-boot EFI boot loader. - boot.loader.systemd-boot.enable = true; - boot.loader.timeout = 20; - boot.loader.efi.canTouchEfiVariables = true; - - networking.hostName = "cariacou"; - - deuxfleurs.network_interface = "eno1"; - deuxfleurs.lan_ip = "192.168.1.21"; - deuxfleurs.ipv6 = "2001:910:1204:1::21"; - - deuxfleurs.cluster_ip = "10.14.1.1"; - deuxfleurs.is_raft_server = true; - - system.stateVersion = "21.05"; -} diff --git a/cluster/staging/node/cariacou.site.nix b/cluster/staging/node/cariacou.site.nix deleted file mode 120000 index 04ee36c..0000000 --- a/cluster/staging/node/cariacou.site.nix +++ /dev/null @@ -1 +0,0 @@ -../site/neptune.nix
\ No newline at end of file diff --git a/cluster/staging/node/caribou.nix b/cluster/staging/node/caribou.nix index f777e73..02cb16d 100644 --- a/cluster/staging/node/caribou.nix +++ b/cluster/staging/node/caribou.nix @@ -15,7 +15,7 @@ deuxfleurs.ipv6 = "2001:910:1204:1::23"; deuxfleurs.cluster_ip = "10.14.1.3"; - deuxfleurs.is_raft_server = false; + deuxfleurs.is_raft_server = true; system.stateVersion = "21.05"; } |