aboutsummaryrefslogblamecommitdiff
path: root/site/pluton.nix
blob: 6b57129490fc86accd6589cc11fc9a7d5fb31b56 (plain) (tree)
1
2
3
4
5
6
7
8
9






                               
                                                                 
 
                                                

                                                   
 
{ config, pkgs, ... }:

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

  services.nomad.settings.datacenter = "pluton";

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