aspi hardware-config: add luks config

This commit is contained in:
Julian Mutter 2024-06-12 20:48:52 +02:00
parent 6ced2ac625
commit 692c22d94c

View File

@ -13,6 +13,14 @@
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.initrd.luks.devices = {
root = {
device = "/dev/disk/by-uuid/a4dc9a2c-725b-4252-8fbb-093a271c31ba";
preLVM = true;
allowDiscards = true;
};
};
fileSystems."/" =
{ device = "/dev/disk/by-uuid/bbc45be3-75f5-40c5-8427-2a425de8422c";
fsType = "btrfs";