aboutsummaryrefslogtreecommitdiff
path: root/cluster/staging/node
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-01-31 09:33:12 +0100
committerAlex Auvolat <alex@adnab.me>2024-01-31 09:33:12 +0100
commit1bf356e49d3ed98515af370d38ff1047555dd743 (patch)
tree6e9a215c4f72d713afa24b9110bf84de86beab2f /cluster/staging/node
parente98ec690b912fdf54444d88e668cff74016fe15b (diff)
downloadnixcfg-1bf356e49d3ed98515af370d38ff1047555dd743.tar.gz
nixcfg-1bf356e49d3ed98515af370d38ff1047555dd743.zip
staging: remove node carcajou
Diffstat (limited to 'cluster/staging/node')
-rw-r--r--cluster/staging/node/carcajou.nix27
l---------cluster/staging/node/carcajou.site.nix1
-rw-r--r--cluster/staging/node/caribou.nix1
3 files changed, 1 insertions, 28 deletions
diff --git a/cluster/staging/node/carcajou.nix b/cluster/staging/node/carcajou.nix
deleted file mode 100644
index 3d33feb..0000000
--- a/cluster/staging/node/carcajou.nix
+++ /dev/null
@@ -1,27 +0,0 @@
-# Configuration file local to this node
-
-{ config, pkgs, ... }:
-
-{
- imports =
- [
- ./remote-unlock.nix
- ];
-
- deuxfleurs.remoteUnlock = {
- networkInterface = "eno1";
- staticIP = "192.168.1.22/24";
- defaultGateway = "192.168.1.1";
- };
-
- # Use the systemd-boot EFI boot loader.
- boot.loader.systemd-boot.enable = true;
- boot.loader.timeout = 20;
- boot.loader.efi.canTouchEfiVariables = true;
-
- deuxfleurs.hostName = "carcajou";
- deuxfleurs.staticIPv6.address = "2001:910:1204:1::22";
- deuxfleurs.isRaftServer = true;
-
- system.stateVersion = "21.05";
-}
diff --git a/cluster/staging/node/carcajou.site.nix b/cluster/staging/node/carcajou.site.nix
deleted file mode 120000
index 04ee36c..0000000
--- a/cluster/staging/node/carcajou.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 f68d1dd..80293e9 100644
--- a/cluster/staging/node/caribou.nix
+++ b/cluster/staging/node/caribou.nix
@@ -10,6 +10,7 @@
deuxfleurs.hostName = "caribou";
deuxfleurs.staticIPv6.address = "2001:910:1204:1::23";
+ deuxfleurs.isRaftServer = true;
system.stateVersion = "21.05";
}