aboutsummaryrefslogblamecommitdiff
path: root/cluster/prod/node/dahlia.nix
blob: ee9e7aa09bf7569445a1b2271615a14875b89168 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                              



                                                          
 
# 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";
  deuxfleurs.isRaftServer = true;
}