aboutsummaryrefslogtreecommitdiff
path: root/cluster/staging/node
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-01-04 17:06:39 +0100
committerAlex Auvolat <alex@adnab.me>2023-01-04 17:06:39 +0100
commit9fabb5844affbce371c4b3e6fbad8071a0a7f255 (patch)
tree431ea629eeea6f00677470e211413c000912ebff /cluster/staging/node
parent3a8588a1ea5878b54d93346b14a6028683644b87 (diff)
downloadnixcfg-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.nix26
l---------cluster/staging/node/cariacou.site.nix1
-rw-r--r--cluster/staging/node/caribou.nix2
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";
}