aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/node
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/prod/node')
-rw-r--r--cluster/prod/node/concombre.nix1
l---------cluster/prod/node/dahlia.site.nix1
-rw-r--r--cluster/prod/node/diplotaxis.nix14
l---------cluster/prod/node/diplotaxis.site.nix1
-rw-r--r--cluster/prod/node/doradille.nix14
l---------cluster/prod/node/doradille.site.nix1
-rw-r--r--cluster/prod/node/pamplemousse.nix1
-rw-r--r--cluster/prod/node/pasteque.nix (renamed from cluster/prod/node/dahlia.nix)7
l---------cluster/prod/node/pasteque.site.nix1
9 files changed, 6 insertions, 35 deletions
diff --git a/cluster/prod/node/concombre.nix b/cluster/prod/node/concombre.nix
index 9a9e456..acd2598 100644
--- a/cluster/prod/node/concombre.nix
+++ b/cluster/prod/node/concombre.nix
@@ -11,5 +11,4 @@
deuxfleurs.hostName = "concombre";
deuxfleurs.staticIPv4.address = "192.168.1.31";
deuxfleurs.staticIPv6.address = "2001:910:1204:1::31";
- deuxfleurs.isRaftServer = true;
}
diff --git a/cluster/prod/node/dahlia.site.nix b/cluster/prod/node/dahlia.site.nix
deleted file mode 120000
index 3af56c7..0000000
--- a/cluster/prod/node/dahlia.site.nix
+++ /dev/null
@@ -1 +0,0 @@
-../site/orion.nix \ No newline at end of file
diff --git a/cluster/prod/node/diplotaxis.nix b/cluster/prod/node/diplotaxis.nix
deleted file mode 100644
index f9c7faf..0000000
--- a/cluster/prod/node/diplotaxis.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-# Configuration file local to this node
-
-{ config, pkgs, ... }:
-
-{
- # Use the GRUB 2 boot loader.
- boot.loader.grub.enable = true;
- boot.loader.grub.version = 2;
- boot.loader.grub.device = "/dev/nvme0n1"; # or "nodev" for efi only
-
- deuxfleurs.hostName = "diplotaxis";
- deuxfleurs.staticIPv4.address = "192.168.1.12";
- deuxfleurs.staticIPv6.address = "2a01:e0a:28f:5e60::12";
-}
diff --git a/cluster/prod/node/diplotaxis.site.nix b/cluster/prod/node/diplotaxis.site.nix
deleted file mode 120000
index 3af56c7..0000000
--- a/cluster/prod/node/diplotaxis.site.nix
+++ /dev/null
@@ -1 +0,0 @@
-../site/orion.nix \ No newline at end of file
diff --git a/cluster/prod/node/doradille.nix b/cluster/prod/node/doradille.nix
deleted file mode 100644
index a4dc691..0000000
--- a/cluster/prod/node/doradille.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-# Configuration file local to this node
-
-{ config, pkgs, ... }:
-
-{
- # Use the GRUB 2 boot loader.
- boot.loader.grub.enable = true;
- boot.loader.grub.version = 2;
- boot.loader.grub.device = "/dev/nvme0n1"; # or "nodev" for efi only
-
- deuxfleurs.hostName = "doradille";
- deuxfleurs.staticIPv4.address = "192.168.1.13";
- deuxfleurs.staticIPv6.address = "2a01:e0a:28f:5e60::13";
-}
diff --git a/cluster/prod/node/doradille.site.nix b/cluster/prod/node/doradille.site.nix
deleted file mode 120000
index 3af56c7..0000000
--- a/cluster/prod/node/doradille.site.nix
+++ /dev/null
@@ -1 +0,0 @@
-../site/orion.nix \ No newline at end of file
diff --git a/cluster/prod/node/pamplemousse.nix b/cluster/prod/node/pamplemousse.nix
index 00ab784..61463c8 100644
--- a/cluster/prod/node/pamplemousse.nix
+++ b/cluster/prod/node/pamplemousse.nix
@@ -11,4 +11,5 @@
deuxfleurs.hostName = "pamplemousse";
deuxfleurs.staticIPv4.address = "192.168.5.201";
deuxfleurs.staticIPv6.address = "2001:912:1ac0:2200::201";
+ deuxfleurs.isRaftServer = true;
}
diff --git a/cluster/prod/node/dahlia.nix b/cluster/prod/node/pasteque.nix
index 121a34d..98cd2e6 100644
--- a/cluster/prod/node/dahlia.nix
+++ b/cluster/prod/node/pasteque.nix
@@ -5,9 +5,10 @@
{
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
+ boot.loader.timeout = 5;
boot.loader.efi.canTouchEfiVariables = true;
- deuxfleurs.hostName = "dahlia";
- deuxfleurs.staticIPv4.address = "192.168.1.11";
- deuxfleurs.staticIPv6.address = "2a01:e0a:28f:5e60::11";
+ deuxfleurs.hostName = "pasteque";
+ deuxfleurs.staticIPv4.address = "192.168.5.202";
+ deuxfleurs.staticIPv6.address = "2001:912:1ac0:2200::202";
}
diff --git a/cluster/prod/node/pasteque.site.nix b/cluster/prod/node/pasteque.site.nix
new file mode 120000
index 0000000..0a97c41
--- /dev/null
+++ b/cluster/prod/node/pasteque.site.nix
@@ -0,0 +1 @@
+../site/corrin.nix \ No newline at end of file