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