diff options
| -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 | } |
