Update config-plasma.nix

This commit is contained in:
Aaron Honeycutt 2022-05-07 21:24:01 +00:00
parent 4a02d4b1e6
commit 3d5b28b79f

View file

@ -13,7 +13,6 @@
systemd-boot.enable = true;
};
{
fileSystems."/" =
{ device = "/dev/disk/by-label/root" ;
fsType = "btrfs";
@ -24,7 +23,6 @@
device = "/dev/disk/by-label/root" ;
preLVM = true;
};
}
# Name your host machine
networking.hostName = "NixOS-VM";