diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 19:45:29 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 19:45:29 +0200 |
commit | 69792c7c2748f77ac461b1e7f7385f3c410e4d93 (patch) | |
tree | 2b6fe05272813778e33131e09dd8b890541c364f /hel.nix | |
parent | 09dfe36a3c02f3731c7171936a7f297d09c23ff0 (diff) | |
download | nixos-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.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 | ||