From c604a4163a50a1b8190ad363ca5ab5728b415afa Mon Sep 17 00:00:00 2001 From: Henry Hiles Date: Mon, 13 Jul 2026 01:28:46 +0000 Subject: [PATCH] new hardware configuration for laptop --- clients/quadtop/hardware-configuration.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/clients/quadtop/hardware-configuration.nix b/clients/quadtop/hardware-configuration.nix index f792490..1e051cc 100755 --- a/clients/quadtop/hardware-configuration.nix +++ b/clients/quadtop/hardware-configuration.nix @@ -6,7 +6,6 @@ "ahci" "nvme" "usb_storage" - "usbhid" "sd_mod" ]; kernelModules = [ ]; @@ -17,15 +16,15 @@ fileSystems = { "/" = { - device = "/dev/disk/by-uuid/f4b1301b-c329-4c3c-9f3a-5584bc22d0c1"; + device = "/dev/disk/by-uuid/15598217-e3e1-4922-b336-8e9f62fad939"; fsType = "ext4"; }; "/boot" = { - device = "/dev/disk/by-uuid/3B50-5881"; + device = "/dev/disk/by-uuid/C6EC-B430"; fsType = "vfat"; + options = [ "fmask=0022" "dmask=0022" ]; }; }; - powerManagement.cpuFreqGovernor = "powersave"; hardware.cpu.intel.updateMicrocode = true; }