nyamsas, oxygen mount

auto-flake-update
Yorick van Pelt 2017-06-16 17:12:03 +02:00
parent 83805a8078
commit b85c8eb54a
1 changed files with 11 additions and 1 deletions

View File

@ -52,9 +52,19 @@ in
options = ["noauto" "x-systemd.automount" "_netdev" "users" "idmap=user"
"defaults" "allow_other" "transform_symlinks" "default_permissions"
"uid=1000"
"reconnect" "IdentityFile=/root/.ssh/id_sshfs" "port=15777"];
"reconnect" "IdentityFile=/root/.ssh/id_sshfs"];
};
fileSystems."/mnt/nyamsas" = {
device = "${pkgs.sshfsFuse}/bin/sshfs#yorick@nyamsas.quezacotl.nl:";
fsType = "fuse";
options = ["noauto" "x-systemd.automount" "_netdev" "users" "idmap=user"
"defaults" "allow_other" "transform_symlinks" "default_permissions"
"uid=1000"
"reconnect" "IdentityFile=/root/.ssh/id_sshfs" "port=1337"];
};
networking.firewall.allowedTCPPorts = [7 8080 9090 9777]; # kodi
}