nixcfg/cluster/staging/site/pluton.nix

12 lines
310 B
Nix
Raw Normal View History

2021-11-18 15:40:19 +00:00
{ config, pkgs, ... }:
{
deuxfleurs.site_name = "pluton";
2022-06-01 12:46:00 +00:00
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" ];
2021-11-28 18:20:36 +00:00
networking.firewall.allowedTCPPorts = [ 80 443 ];
2021-11-18 15:40:19 +00:00
}