diff --git a/config-plasma.nix b/config-plasma.nix index 9fd1a1c..bbd6398 100644 --- a/config-plasma.nix +++ b/config-plasma.nix @@ -12,18 +12,6 @@ boot.loader = { systemd-boot.enable = true; }; - - fileSystems."/" = - { device = "/dev/lvm/root"; - fsType = "btrfs"; - options = [ "subvol=root" "compress=zstd" "noatime" ]; - }; - - fileSystems."/home" = - { device = "/dev/lvm/root"; - fsType = "btrfs"; - options = [ "subvol=home" "compress=zstd" "noatime" ]; - }; # Name your host machine networking.hostName = "NixOS-VM";