From 59150ce65b0e8b39ac476a62c6410d98c7a0eb62 Mon Sep 17 00:00:00 2001 From: blahai Date: Thu, 24 Oct 2024 19:49:51 +0300 Subject: [PATCH] Nyx: update hw config --- hosts/nyx/hardware-configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/nyx/hardware-configuration.nix b/hosts/nyx/hardware-configuration.nix index 488829d..cffd4ed 100644 --- a/hosts/nyx/hardware-configuration.nix +++ b/hosts/nyx/hardware-configuration.nix @@ -8,7 +8,7 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "nvme" "ahci" "xhci_pci" "usbhid" "uas" "sd_mod" ]; + boot.initrd.availableKernelModules = [ "nvme" "ahci" "xhci_pci" "usbhid" "hid_generic" "uas" "sd_mod" ]; boot.initrd.kernelModules = [ "amdgpu" ]; boot.kernelModules = [ "kvm-amd" "amd-pstate" "amdgpu" ]; boot.extraModulePackages = [ ]; @@ -24,10 +24,10 @@ options = [ "fmask=0077" "dmask=0077" ]; }; - fileSystems."/media" = - { device = "/dev/disk/by-uuid/ec917008-d804-4134-82b6-f277b6ff9d77"; + fileSystems."/mnt/ssd" = + { device = "/dev/disk/by-uuid/e4c31e1c-6667-4582-8d6a-d142d6118ce2"; fsType = "btrfs"; - options = [ "async" "auto" "noatime" "rw" "subvolid=5" "subvol=/" ]; + options = [ "async" "auto" "noatime" "rw" ]; }; fileSystems."/mnt/arch" =