fix: NixOS | turn off btrfs wipe and move to hardware config

This commit is contained in:
2025-02-09 16:56:52 +05:00
committed by Shahab Dogar
parent 4bd3532cf6
commit 80890752b8
3 changed files with 28 additions and 67 deletions

View File

@@ -9,7 +9,6 @@
}: {
imports = [(modulesPath + "/installer/scan/not-detected.nix")];
fileSystems."/persistent".neededForBoot = true;
boot = {
initrd = {
availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "thunderbolt" "usb_storage" "sd_mod"];