aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/site/neptune.nix
blob: 6e69b18db2ad1e90cd658847217a4a4adfa41b19 (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.254";
  deuxfleurs.lan_ip_prefix_length = 24;
  deuxfleurs.ipv6_prefix_length = 64;

  networking.nameservers = [ "192.168.1.254" ];

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