From 88aff164ba3f0284cb196a70781bdbaeae4d992a Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 6 Jan 2024 10:07:52 -0600 Subject: [PATCH] hosts/fred | updated hardware-configuration.nix --- hosts/fred/hardware-configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/fred/hardware-configuration.nix b/hosts/fred/hardware-configuration.nix index e4a6f8f..1b94e90 100644 --- a/hosts/fred/hardware-configuration.nix +++ b/hosts/fred/hardware-configuration.nix @@ -8,18 +8,18 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "ums_realtek" "sd_mod" "sr_mod" ]; + boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usbhid" "ums_realtek" "sd_mod" "sr_mod" ]; boot.initrd.kernelModules = [ "dm-snapshot" ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/c71e82b0-c124-4e7e-ab7c-8c5347547f91"; + { device = "/dev/disk/by-uuid/4a1d2915-6964-4479-98c6-d17e333e83e9"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/CA62-8DD6"; + { device = "/dev/disk/by-uuid/FAE7-A0C7"; fsType = "vfat"; };