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