From 1d59483b68a00a117c87f283cd42381cca6109fc Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sat, 15 Apr 2023 10:00:26 +0200 Subject: [PATCH] hosts: add missed colon --- hosts/nas/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;