diff --git a/cluster/prod/node/dahlia.nix b/cluster/prod/node/dahlia.nix deleted file mode 100644 index 121a34d..0000000 --- a/cluster/prod/node/dahlia.nix +++ /dev/null @@ -1,13 +0,0 @@ -# Configuration file local to this node - -{ config, pkgs, ... }: - -{ - # Use the systemd-boot EFI boot loader. - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - - deuxfleurs.hostName = "dahlia"; - deuxfleurs.staticIPv4.address = "192.168.1.11"; - deuxfleurs.staticIPv6.address = "2a01:e0a:28f:5e60::11"; -} 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