From b77d4a0d963845920b2e4434b7b5552e0e1871cc Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 25 Apr 2026 12:45:55 -0500 Subject: [PATCH] test pi4 --- modules/hosts/pi4/core.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/hosts/pi4/core.nix b/modules/hosts/pi4/core.nix index 2768298..eaf1256 100644 --- a/modules/hosts/pi4/core.nix +++ b/modules/hosts/pi4/core.nix @@ -25,10 +25,7 @@ networking = { hostName = "pi4"; nameservers = [ "1.1.1.1" "1.0.0.1" ]; - networkmanager = { - enable = true; - powersave = false; - }; + networkmanager.enable = true; }; hardware = {