Update config-plasma.nix

This commit is contained in:
Aaron Honeycutt 2022-05-07 21:25:02 +00:00
parent 3d5b28b79f
commit e23a790434

View file

@ -13,16 +13,10 @@
systemd-boot.enable = true; systemd-boot.enable = true;
}; };
fileSystems."/" = boot.initrd.luks.devices."crypt-root" = {
{ device = "/dev/disk/by-label/root" ; device = "/dev/disk/by-label/root" ;
fsType = "btrfs"; preLVM = true;
options = [ "subvol=nixos" "compress=zstd" "autodefrag" "noatime" ]; };
};
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";