From 31fa816373038e5fad807131a8526103bd005a6f Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sun, 12 May 2024 20:12:49 -0700 Subject: Delete old duplicate config from util (i have no clue how that even happened?) --- util/modules/networking.nix | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 util/modules/networking.nix (limited to 'util/modules/networking.nix') diff --git a/util/modules/networking.nix b/util/modules/networking.nix deleted file mode 100644 index 13237a8..0000000 --- a/util/modules/networking.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ ... }: - -{ - networking = { - hostName = "c-pc"; - hostId = "23ce94ff"; - - useDHCP = true; - - wireless = { - enable = true; - networks = import ./wifi.nix; - }; - - firewall = { - enable = false; - - allowedTCPPorts = [ 8096 50000 ]; - allowedUDPPorts = [ ]; - }; - }; -} - -- cgit v1.2.3