diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 19:09:51 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 19:09:51 +0200 |
| commit | 1585b312c7244e35326ac27360386102dbaea665 (patch) | |
| tree | f3634192274257e77a68bfdeaf81a30387fb5a66 | |
| parent | 51193322799ec44b76dffc50998e197a75fafc89 (diff) | |
| download | nixos-1585b312c7244e35326ac27360386102dbaea665.tar nixos-1585b312c7244e35326ac27360386102dbaea665.tar.gz nixos-1585b312c7244e35326ac27360386102dbaea665.tar.bz2 nixos-1585b312c7244e35326ac27360386102dbaea665.tar.xz nixos-1585b312c7244e35326ac27360386102dbaea665.zip | |
syntax
| -rw-r--r-- | vali.nix | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -174,10 +174,10 @@ rec { | |||
| 174 | systemd.mounts = [ | 174 | systemd.mounts = [ |
| 175 | { enable = true; | 175 | { enable = true; |
| 176 | where = "/var/media"; | 176 | where = "/var/media"; |
| 177 | what = "gkleen@hel.asgard.yggdrasil:/var/media"; | ||
| 178 | type = "fuse.sshfs"; | ||
| 179 | options = "users,idmap=gkleen,IdentityFile=/home/user/.ssh/id_ed25519,allow_other,reconnect,_netdev"; | ||
| 177 | mountConfig = { | 180 | mountConfig = { |
| 178 | What = "gkleen@hel.asgard.yggdrasil:/var/media"; | ||
| 179 | Type = "fuse.sshfs"; | ||
| 180 | Options = "users,idmap=gkleen,IdentityFile=/home/user/.ssh/id_ed25519,allow_other,reconnect,_netdev"; | ||
| 181 | DirectoryMode = "555"; | 181 | DirectoryMode = "555"; |
| 182 | }; | 182 | }; |
| 183 | } | 183 | } |
