From a933e77443bfa3d918b6e04339464d4ae41f86b2 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 4 Sep 2023 22:27:22 -0600 Subject: moved an env config to configs enabled users for nix generated new hardware config to hopefully prevent emergency mode --- machines/khad/hardware-configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'machines/khad/hardware-configuration.nix') diff --git a/machines/khad/hardware-configuration.nix b/machines/khad/hardware-configuration.nix index d1e49e9..dc32bab 100644 --- a/machines/khad/hardware-configuration.nix +++ b/machines/khad/hardware-configuration.nix @@ -8,7 +8,7 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "sr_mod" ]; + boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usbhid" "sd_mod" "sr_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; @@ -19,7 +19,7 @@ }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/0873-40C7"; + { device = "/dev/disk/by-uuid/B741-9318"; fsType = "vfat"; }; @@ -28,13 +28,13 @@ fsType = "ext4"; }; - fileSystems."/home/devinf/Drives" = + fileSystems."/home/defin/Drives" = { device = "/dev/disk/by-uuid/ba4e233d-d31a-4e5a-9054-0241bd58ba8e"; fsType = "ext4"; }; swapDevices = - [ { device = "/dev/disk/by-uuid/74384a53-3895-4c6b-ba89-ff7ff82323a4"; } + [ { device = "/dev/disk/by-uuid/e75daaf1-d6c6-43c3-8a61-ff26b4304f71"; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking -- cgit v1.2.3