nixcfg/cluster/staging/site/pluton.nix
2022-06-01 14:48:16 +02:00

12 lines
310 B
Nix

{ config, pkgs, ... }:
{
deuxfleurs.site_name = "pluton";
deuxfleurs.lan_default_gateqay = "192.168.0.1";
deuxfleurs.lan_ip_prefix_length = 24;
deuxfleurs.ipv6_prefix_length = 64;
deuxfleurs.nameservers = [ "213.186.33.99" "172.104.136.243" ];
networking.firewall.allowedTCPPorts = [ 80 443 ];
}