summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
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