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 = {