Update config-plasma.nix

This commit is contained in:
Aaron Honeycutt 2022-05-07 21:28:20 +00:00
parent e23a790434
commit 78823f9515

View file

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