Update pbp.nix

This commit is contained in:
Aaron Honeycutt 2022-12-05 21:11:25 +00:00
parent 499b8e0332
commit 920ea4cca7

View file

@ -18,6 +18,13 @@
};
};
boot.initrd.luks.devices = {
crypt-root = {
device = "/dev/disk/by-label/luks";
preLVM = true;
};
};
fileSystems = {
"/" = {
device = "/dev/disk/by-label/NIXOS_SD";