From 580374922b8d8c0be596432df6933bcb49d9a516 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 25 Jul 2024 13:21:44 -0700 Subject: Rename host config files --- hosts/c-pc/networking.nix | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 hosts/c-pc/networking.nix (limited to 'hosts/c-pc/networking.nix') 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 = [ ]; - }; - }; -} -- cgit v1.2.3