aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/site/neptune.nix
blob: d08a30ce2fa3bfd1c9a1451118cba99f0c2cdea9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ config, pkgs, ... }:

{
  deuxfleurs.site_name = "neptune";
  deuxfleurs.lan_default_gateway = "192.168.1.1";
  deuxfleurs.ipv6_default_gateway = "2a06:a003:d019:1::1";
  deuxfleurs.lan_ip_prefix_length = 24;
  deuxfleurs.ipv6_prefix_length = 64;
  deuxfleurs.nameservers = [ "192.168.1.1" ];

  networking.firewall.allowedTCPPorts = [ 80 443 ];
}