aboutsummaryrefslogtreecommitdiff
path: root/os/host_TOREWORK/cluster/staging/site/pluton.nix
blob: 9f972c0704e87f25f87663e2283cfbef55e4ace0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ config, pkgs, ... }:

{
  networking.defaultGateway = {
    address = "192.168.0.1";
    interface = "enp0s25";
  };
  networking.nameservers = [ "213.186.33.99" "172.104.136.243" ];

  deuxfleurs.site_name = "pluton";

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