From c417f127e973491b46f204e397f8152ba5d06254 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 18 Oct 2024 19:27:16 +0200 Subject: refactor(hosts): Move all unmaintained hosts to the `_unmaintained` dir --- hosts/mammun/networking.nix | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 hosts/mammun/networking.nix (limited to 'hosts/mammun/networking.nix') diff --git a/hosts/mammun/networking.nix b/hosts/mammun/networking.nix deleted file mode 100644 index e243ebe0..00000000 --- a/hosts/mammun/networking.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ - config, - lib, - ... -}: { - networking = { - networkmanager = { - enable = true; - dns = "default"; - wifi = { - powersave = true; - }; - }; - hostName = "mammun"; - }; -} -- cgit 1.4.1