Skip to content

Instantly share code, notes, and snippets.

@qknight
Created September 25, 2013 11:36
Show Gist options
  • Save qknight/6698423 to your computer and use it in GitHub Desktop.
Save qknight/6698423 to your computer and use it in GitHub Desktop.
networking = {
hostName = "nix9000"; # Define your hostname.
wireless.enable = false; # Enables Wireless.
bridges = {
br0 = {
interfaces = [ "enp4s0" ];
};
};
firewall = {
enable = true;
allowPing = true;
allowedTCPPorts = [ 22 80 445 5001 20202 ];
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment