diff options
-rw-r--r-- | hel.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -483,8 +483,10 @@ | |||
483 | }; | 483 | }; |
484 | } | 484 | } |
485 | { | 485 | { |
486 | after = [ "network-online.target" ]; | ||
487 | bindsTo = [ "network-online.target" ]; | ||
486 | where = "/media"; | 488 | where = "/media"; |
487 | what = "\\\\odin.asgard.yggdrasil\\media"; | 489 | what = "//odin.asgard.yggdrasil/media"; |
488 | type = "cifs"; | 490 | type = "cifs"; |
489 | options = lib.concatStringsSep "," | 491 | options = lib.concatStringsSep "," |
490 | [ "guest" | 492 | [ "guest" |