From ba8467e03068d147aa1850e14e0b10b742c177e8 Mon Sep 17 00:00:00 2001 From: Elnu <9874955+ElnuDev@users.noreply.github.com> Date: Thu, 6 Oct 2022 21:57:28 -0700 Subject: [PATCH] Fix typos in hardware configuration --- hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";