diff --git a/config.nix b/config.nix index aa982f0..2184ee8 100644 --- a/config.nix +++ b/config.nix @@ -30,6 +30,8 @@ jellyfin-media-player goverlay geekbench_6 + gparted + ntfs3g ]; }; Hyprland = { diff --git a/hosts/hakase/hardware-configuration.nix b/hosts/hakase/hardware-configuration.nix index f252abb..7724bcb 100644 --- a/hosts/hakase/hardware-configuration.nix +++ b/hosts/hakase/hardware-configuration.nix @@ -8,7 +8,7 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "sd_mod" ]; + boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" ]; boot.extraModulePackages = [ ]; @@ -30,6 +30,11 @@ fsType = "ext4"; }; + fileSystems."/mnt/APFEL" = + { device = "/dev/disk/by-uuid/394f67b9-e75b-40cc-9b15-28bbda40fff4"; + fsType = "ext4"; + }; + swapDevices = [ { device = "/dev/disk/by-uuid/b02ef55c-4caf-4a24-a6a2-fb8001eafe22"; } ];