summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 19:45:13 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 19:45:13 +0200
commit09dfe36a3c02f3731c7171936a7f297d09c23ff0 (patch)
treeeb03bf7273b8e48647f819ef36bda78ad19f7b3a
parent4b648422c3a78897e4855734aa962f255afab30e (diff)
downloadnixos-09dfe36a3c02f3731c7171936a7f297d09c23ff0.tar
nixos-09dfe36a3c02f3731c7171936a7f297d09c23ff0.tar.gz
nixos-09dfe36a3c02f3731c7171936a7f297d09c23ff0.tar.bz2
nixos-09dfe36a3c02f3731c7171936a7f297d09c23ff0.tar.xz
nixos-09dfe36a3c02f3731c7171936a7f297d09c23ff0.zip
start automount
-rw-r--r--hel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index bc2d520f..77601a5e 100644
--- a/hel.nix
+++ b/hel.nix
@@ -360,6 +360,7 @@
360 automountConfig = { 360 automountConfig = {
361 DirectoryMode = "700"; 361 DirectoryMode = "700";
362 }; 362 };
363 wantedBy = "local-fs.target";
363 } 364 }
364 ]; 365 ];
365 366