summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 19:45:29 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-04 19:45:29 +0200
commit69792c7c2748f77ac461b1e7f7385f3c410e4d93 (patch)
tree2b6fe05272813778e33131e09dd8b890541c364f /hel.nix
parent09dfe36a3c02f3731c7171936a7f297d09c23ff0 (diff)
downloadnixos-69792c7c2748f77ac461b1e7f7385f3c410e4d93.tar
nixos-69792c7c2748f77ac461b1e7f7385f3c410e4d93.tar.gz
nixos-69792c7c2748f77ac461b1e7f7385f3c410e4d93.tar.bz2
nixos-69792c7c2748f77ac461b1e7f7385f3c410e4d93.tar.xz
nixos-69792c7c2748f77ac461b1e7f7385f3c410e4d93.zip
syntax
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 77601a5e..37e5144c 100644
--- a/hel.nix
+++ b/hel.nix
@@ -360,7 +360,7 @@
360 automountConfig = { 360 automountConfig = {
361 DirectoryMode = "700"; 361 DirectoryMode = "700";
362 }; 362 };
363 wantedBy = "local-fs.target"; 363 wantedBy = [ "local-fs.target" ];
364 } 364 }
365 ]; 365 ];
366 366