Remove unneeded VMs mount on Tower
This commit is contained in:
parent
bde1cf4c9d
commit
dc45096dee
1 changed files with 0 additions and 9 deletions
|
@ -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" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue