aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/node/dahlia.nix
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/prod/node/dahlia.nix')
-rw-r--r--cluster/prod/node/dahlia.nix13
1 files changed, 0 insertions, 13 deletions
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";
-}