VEGAS/warehouse: mount NFS after wireguard is up

This commit is contained in:
Max Headroom 2021-12-02 23:52:43 +01:00
parent 19355c0f91
commit ea24121eb1

View file

@ -41,5 +41,7 @@ with tools.nginx;
fileSystems."/mnt/animus/media" = { fileSystems."/mnt/animus/media" = {
device = "10.15.0.2:/mnt/storage/media/media"; device = "10.15.0.2:/mnt/storage/media/media";
fsType = "nfs4"; fsType = "nfs4";
noCheck = true;
options = [ "x-systemd.after=wireguard-wgautobahn.service" ];
}; };
} }