i have no idea why this works... this is fine.

This commit is contained in:
fleaz 2025-06-19 18:51:20 +02:00
parent c04f17a4dc
commit 6f01cab4b7

View file

@ -14,8 +14,12 @@
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
boot.initrd.systemd.enable = true;
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/91f6e726-d85d-4685-8325-d220c287e45b"; { #device = "/dev/disk/by-uuid/91f6e726-d85d-4685-8325-d220c287e45b";
device = "/dev/mapper/root";
neededForBoot = true;
fsType = "ext4"; fsType = "ext4";
}; };