diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 04fe037..cac87c1 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -12,9 +12,9 @@ boot.extraModulePackages = [ ]; hardware.enableAllFirmware = true; - hardware.enableRedistributableFirmware = true;. + hardware.enableRedistributableFirmware = true; - filesystems = { + fileSystems = { "/" = { device = "/dev/disk/by-label/nixos"; fsType = "ext4";