From ce2ebb307248537ccd19a0e087fc61dbedf3327e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 30 Apr 2018 15:03:58 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hel.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hel.nix') diff --git a/hel.nix b/hel.nix index 72d2de7a..7638eddf 100644 --- a/hel.nix +++ b/hel.nix @@ -483,8 +483,10 @@ }; } { + after = [ "network-online.target" ]; + bindsTo = [ "network-online.target" ]; where = "/media"; - what = "\\\\odin.asgard.yggdrasil\\media"; + what = "//odin.asgard.yggdrasil/media"; type = "cifs"; options = lib.concatStringsSep "," [ "guest" -- cgit v1.2.3