From 5a0a36726756bc2a88770f8fd65418b6d3ce007b Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 3 Feb 2025 19:30:44 -0800 Subject: migration: barebones c-pc config --- hosts/c-pc/network.nix | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 hosts/c-pc/network.nix (limited to 'hosts/c-pc/network.nix') diff --git a/hosts/c-pc/network.nix b/hosts/c-pc/network.nix deleted file mode 100644 index 969b49f..0000000 --- a/hosts/c-pc/network.nix +++ /dev/null @@ -1,28 +0,0 @@ -{ ... }: - -{ - networking = { - hostName = "c-pc"; - hostId = "23ce94ff"; - - useDHCP = true; - - wireless = { - enable = true; - - # Import /etc/wpa_supplicant.conf networks - allowAuxiliaryImperativeNetworks = true; - }; - - firewall = { - enable = false; - - allowedTCPPorts = [ 8096 50000 ]; - allowedUDPPorts = [ ]; - }; - }; - - environment.etc."wpa_supplicant.conf" = { - source = "/secrets/wireless.conf"; - }; -} -- cgit v1.2.3