VEGAS/warehouse: remove old storage

This commit is contained in:
Max Headroom 2023-07-19 17:43:56 +02:00
parent fcc807c7c8
commit ee9dcf39a0

View file

@ -33,11 +33,4 @@ with tools.nginx;
Slice = "mediaplayback.slice";
};
fileSystems."/mnt/animus/media" = {
device = "10.15.0.2:/mnt/storage/media/media";
fsType = "nfs4";
noCheck = true;
options = [ "x-systemd.after=wireguard-wgautobahn.service" ];
};
}