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" ]; }; }