Skip to content

Commit

Permalink
feat: mount fritzbox as user
Browse files Browse the repository at this point in the history
  • Loading branch information
kmein committed Apr 8, 2024
1 parent 2092e46 commit 33f308f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 33f308f

Please sign in to comment.