diff --git a/hosts/nas/hardware-configuration.nix b/hosts/nas/hardware-configuration.nix index 59871b0..7830697 100644 --- a/hosts/nas/hardware-configuration.nix +++ b/hosts/nas/hardware-configuration.nix @@ -232,7 +232,7 @@ "ovs-vswitchd".partOf = [ "network-setup.service" ]; "network-addresses-lo1" = { requires = [ "network-setup.service" ]; - } + }; }; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;