fix: oops copied the wrong files

This commit is contained in:
Xory 2025-11-30 21:22:13 +02:00
parent 171583da69
commit 8226f5b933
2 changed files with 189 additions and 71 deletions

View file

@ -9,7 +9,8 @@
];
boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ "dm-snapshot" ];
boot.initrd.kernelModules = [ "dm-snapshot" "cryptd" ];
boot.initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/200718ce-94cf-459d-8dc6-a740d21db404";
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
@ -18,6 +19,13 @@
fsType = "tmpfs";
options = [ "size=4G" ];
};
fileSystems."/persist" =
{
device = "/dev/disk/by-uuid/582e1f64-6395-4815-a3f2-f37835523d9c";
fsType = "ext4";
neededForBoot = true;
};
fileSystems."/nix" =
{ device = "/dev/disk/by-uuid/10203712-12cb-40ba-a97d-ab3b2c8497e7";