diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 19:45:13 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 19:45:13 +0200 |
| commit | 09dfe36a3c02f3731c7171936a7f297d09c23ff0 (patch) | |
| tree | eb03bf7273b8e48647f819ef36bda78ad19f7b3a | |
| parent | 4b648422c3a78897e4855734aa962f255afab30e (diff) | |
| download | nixos-09dfe36a3c02f3731c7171936a7f297d09c23ff0.tar nixos-09dfe36a3c02f3731c7171936a7f297d09c23ff0.tar.gz nixos-09dfe36a3c02f3731c7171936a7f297d09c23ff0.tar.bz2 nixos-09dfe36a3c02f3731c7171936a7f297d09c23ff0.tar.xz nixos-09dfe36a3c02f3731c7171936a7f297d09c23ff0.zip | |
start automount
| -rw-r--r-- | hel.nix | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 | ||
