aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/node/diplotaxis.nix
blob: f9c7faf7a893922c60730189ec17e1cb4dae67a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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";
}