From ea24121eb1c28ff395e17b2023f0126930c24946 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 2 Dec 2021 23:52:43 +0100 Subject: [PATCH] VEGAS/warehouse: mount NFS after wireguard is up --- hosts/VEGAS/services/warehouse/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/VEGAS/services/warehouse/default.nix b/hosts/VEGAS/services/warehouse/default.nix index 5b06f29..110b030 100644 --- a/hosts/VEGAS/services/warehouse/default.nix +++ b/hosts/VEGAS/services/warehouse/default.nix @@ -41,5 +41,7 @@ with tools.nginx; fileSystems."/mnt/animus/media" = { device = "10.15.0.2:/mnt/storage/media/media"; fsType = "nfs4"; + noCheck = true; + options = [ "x-systemd.after=wireguard-wgautobahn.service" ]; }; }