From ba1d1ed501f859eb582b70a441ec132b9f7fede7 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sat, 7 May 2022 22:30:50 +0000 Subject: [PATCH] Update config-plasma.nix --- config-plasma.nix | 12 ------------ 1 file changed, 12 deletions(-) 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";