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









                                                                     


                                                          
 
# 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";
}