aboutsummaryrefslogtreecommitdiff
path: root/hosts/c-pc/networking.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/c-pc/networking.nix')
-rw-r--r--hosts/c-pc/networking.nix26
1 files changed, 0 insertions, 26 deletions
diff --git a/hosts/c-pc/networking.nix b/hosts/c-pc/networking.nix
deleted file mode 100644
index da8e074..0000000
--- a/hosts/c-pc/networking.nix
+++ /dev/null
@@ -1,26 +0,0 @@
-{ ... }:
-
-{
- networking = {
- hostName = "c-pc";
- hostId = "23ce94ff";
-
- useDHCP = true;
-
- wireless = {
- enable = true;
-
- environmentFile = "/persist/secrets/wireless.env";
- networks = {
- "The Dwyers".psk = "@PSK@";
- };
- };
-
- firewall = {
- enable = false;
-
- allowedTCPPorts = [ 8096 50000 ];
- allowedUDPPorts = [ ];
- };
- };
-}