aboutsummaryrefslogtreecommitdiff
path: root/hosts/c-pc/networking.nix
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-07-25 13:21:44 -0700
committerCaroline Larimore <caroline@larimo.re>2024-07-25 13:21:44 -0700
commit580374922b8d8c0be596432df6933bcb49d9a516 (patch)
treea4dda10eca648cfa5d30c8c79ca9f3c67249a468 /hosts/c-pc/networking.nix
parente4ce37362d381efc38c0a6e1eea44056f6af5ba7 (diff)
Rename host config files
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 = [ ];
- };
- };
-}