From de8b812f6b47b35d5f28453988fc0cf7ebf91c5a Mon Sep 17 00:00:00 2001 From: shibazaki Date: Tue, 18 Mar 2025 13:21:42 +0100 Subject: [PATCH] new hw conf --- users/twelve/hardware-configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/users/twelve/hardware-configuration.nix b/users/twelve/hardware-configuration.nix index d328da3..34666f3 100644 --- a/users/twelve/hardware-configuration.nix +++ b/users/twelve/hardware-configuration.nix @@ -8,18 +8,18 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usbhid" "usb_storage" "sd_mod" "sdhci_pci" ]; + boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usbhid" "sdhci_pci" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/c281b329-1fa0-487b-a42c-8aafda4a224f"; + { device = "/dev/disk/by-uuid/1e45e24e-c1a4-45e5-854d-cc7391b9b058"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/D0D6-2A60"; + { device = "/dev/disk/by-uuid/5C4C-5AB5"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; };