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;
};
boot.initrd.luks.devices = [
{
boot.initrd.luks.devices = {
name = "root";
device = "/dev/disk/by-label/root";
preLVM = true;
allowDiscards = true;
}
];
# Name your host machine
networking.hostName = "NixOS-VM";