aboutsummaryrefslogtreecommitdiff
path: root/util/modules/networking.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-05-12 20:12:49 -0700
committerCaroline Larimore <caroline@larimo.re>2024-05-12 20:12:49 -0700
commit31fa816373038e5fad807131a8526103bd005a6f (patch)
tree26a799d7d17b78fb794362dd3aa5ef378b05f427 /util/modules/networking.nix
parentc7bdfbb27406d90f50e5d46908e0a4e1f96096b2 (diff)
Delete old duplicate config from util
(i have no clue how that even happened?)
Diffstat (limited to 'util/modules/networking.nix')
-rw-r--r--util/modules/networking.nix23
1 files changed, 0 insertions, 23 deletions
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 = [ ];
- };
- };
-}
-