From 8c66fa10495e60f959c90b694f00ba0906751be2 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Tue, 20 Aug 2024 00:40:49 +0100 Subject: [PATCH] updated hosts/gabbielaptop/hardware-configuration.nix --- hosts/gabbielaptop/hardware-configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/gabbielaptop/hardware-configuration.nix b/hosts/gabbielaptop/hardware-configuration.nix index 52a7620..f4b1e96 100644 --- a/hosts/gabbielaptop/hardware-configuration.nix +++ b/hosts/gabbielaptop/hardware-configuration.nix @@ -8,20 +8,20 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usbhid" "usb_storage" "sd_mod" ]; + boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "usbhid" "sd_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/56b2985c-c9c3-4d1b-9b97-479ca1217822"; + { device = "/dev/disk/by-uuid/c5c7a251-2bd1-4c10-99fa-17069bc66161"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/5932-F16D"; + { device = "/dev/disk/by-uuid/3650-CF80"; fsType = "vfat"; - options = [ "fmask=0022" "dmask=0022" ]; + options = [ "fmask=0077" "dmask=0077" ]; }; fileSystems."/home" =