VEGAS/warehouse: mount NFS after wireguard is up
This commit is contained in:
parent
19355c0f91
commit
ea24121eb1
1 changed files with 2 additions and 0 deletions
|
@ -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" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue