1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: mount fritzbox as user

This commit is contained in:
2024-04-08 10:51:12 +02:00
parent 2092e46d39
commit 33f308f6b3

View File

@@ -275,7 +275,9 @@ in {
"noauto"
"nounix"
"rw"
"noserverino" # ref https://askubuntu.com/a/1265165
# "noserverino" # ref https://askubuntu.com/a/1265165
"uid=${toString config.users.users.me.uid}"
"gid=${toString config.users.groups.users.gid}"
"x-systemd.automount"
"x-systemd.device-timeout=1"
"x-systemd.idle-timeout=1min"