Update config-plasma.nix

This commit is contained in:
Aaron Honeycutt 2022-05-07 23:59:12 +00:00
parent fddf4aeb53
commit 484b513f59

View file

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