From 288679ce6307b6a116c25ccbf490531ede234bf5 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sun, 22 Jan 2023 15:45:28 +0100 Subject: [PATCH] hosts: typo in nas hardware --- hosts/nas/hardware-configuration.nix | 1 - 1 file changed, 1 deletion(-) 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";