diff options
Diffstat (limited to 'cluster/staging/node')
-rw-r--r-- | cluster/staging/node/carcajou.nix | 27 | ||||
l--------- | cluster/staging/node/carcajou.site.nix | 1 | ||||
-rw-r--r-- | cluster/staging/node/caribou.nix | 1 |
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"; } |