summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 72d2de7a..7638eddf 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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"