diff --git a/hosts/nas/hardware-configuration.nix b/hosts/nas/hardware-configuration.nix index ac42d02..c1ab5af 100644 --- a/hosts/nas/hardware-configuration.nix +++ b/hosts/nas/hardware-configuration.nix @@ -214,7 +214,6 @@ # #allowedTCPPorts = [ 53 80 443 9443 ]; #}; }; - }; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; powerManagement = { cpuFreqGovernor = lib.mkDefault "powersave";