aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/node/io.nix
blob: 4e531028d2d44399d6379b29d6a54a7db3235ca5 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ ... }:
{
  boot.loader.grub.enable = true;
  boot.loader.grub.device = "/dev/sda";

  deuxfleurs.hostName = "io";
  deuxfleurs.staticIPv4.address = "192.168.1.36";
  deuxfleurs.staticIPv6.address = "2a01:e0a:5e4:1d0:52e5:49ff:fe5c:5f35";
}