diff --git a/hosts/tower/filesystems/default.nix b/hosts/tower/filesystems/default.nix index 94837feb..18b0e1ac 100644 --- a/hosts/tower/filesystems/default.nix +++ b/hosts/tower/filesystems/default.nix @@ -37,15 +37,6 @@ "subvol=libvirt" ]; }; - "/persist/home/${config.sysusers.main}/VMs" = { - device = "/dev/disk/by-uuid/abf78669-de2a-4afa-8e62-604f4e4cb355"; - fsType = "btrfs"; - options = [ - "nofail" - "nosuid" - "subvol=images" - ]; - }; # Network mounts "/home/${config.sysusers.main}/Network/Midas" = {