about summary refs log tree commit diff stats
path: root/hosts/apzu/networking.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/apzu/networking.nix')
-rw-r--r--hosts/apzu/networking.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/hosts/apzu/networking.nix b/hosts/apzu/networking.nix
deleted file mode 100644
index 79d693f9..00000000
--- a/hosts/apzu/networking.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{...}: {
-  networking = {
-    networkmanager = {
-      enable = true;
-      dns = "default";
-      wifi = {
-        powersave = true;
-      };
-    };
-    hostName = "apzu";
-  };
-}