Update config-plasma.nix

This commit is contained in:
Aaron Honeycutt 2022-05-07 23:49:36 +00:00
parent ba1d1ed501
commit fddf4aeb53

View file

@ -13,6 +13,15 @@
systemd-boot.enable = true;
};
boot.initrd.luks.devices = [
{
name = "root";
device = "/dev/disk/by-label/root";
preLVM = true;
allowDiscards = true;
}
];
# Name your host machine
networking.hostName = "NixOS-VM";