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

{
  deuxfleurs.site_name = "orion";
  deuxfleurs.lan_default_gateway = "192.168.1.254";
  deuxfleurs.ipv6_default_gateway = "2a01:e0a:28f:5e60::1";
  deuxfleurs.lan_ip_prefix_length = 24;
  deuxfleurs.ipv6_prefix_length = 64;
  deuxfleurs.nameservers = [ "192.168.1.254" ];

  networking.firewall.allowedTCPPorts = [ ];
}