summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-30 15:03:58 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-30 15:03:58 +0200
commitce2ebb307248537ccd19a0e087fc61dbedf3327e (patch)
tree2a5b49cfcc96b736b99249822fec34366dececb0 /hel.nix
parent515686ae609631c2e6f1948daeba1e150c16619a (diff)
downloadnixos-ce2ebb307248537ccd19a0e087fc61dbedf3327e.tar
nixos-ce2ebb307248537ccd19a0e087fc61dbedf3327e.tar.gz
nixos-ce2ebb307248537ccd19a0e087fc61dbedf3327e.tar.bz2
nixos-ce2ebb307248537ccd19a0e087fc61dbedf3327e.tar.xz
nixos-ce2ebb307248537ccd19a0e087fc61dbedf3327e.zip
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"