From f1279adac49334f4fe526a784f2f80ec41fa90c9 Mon Sep 17 00:00:00 2001 From: xezo360hye Date: Fri, 27 Sep 2024 01:57:44 +0300 Subject: [PATCH] chore(hardware): reinstall nixos on thinkpad --- hardware/tokishiko.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardware/tokishiko.nix b/hardware/tokishiko.nix index 3c6092d..3972da2 100644 --- a/hardware/tokishiko.nix +++ b/hardware/tokishiko.nix @@ -10,11 +10,11 @@ boot.initrd.availableKernelModules = [ "ehci_pci" "ahci" "xhci_pci" "firewire_ohci" "usb_storage" "sd_mod" "sr_mod" "sdhci_pci" ]; boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-intel" ]; + boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/98ff21ae-1adf-469e-8cea-3bd04cc564ab"; + { device = "/dev/disk/by-uuid/68a22707-e30a-469b-b24b-13fccd128929"; fsType = "xfs"; };