diff options
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||