From 33f308f6b3974048848f16aee84e168bf5211eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 8 Apr 2024 10:51:12 +0200 Subject: [PATCH] feat: mount fritzbox as user --- configs/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/default.nix b/configs/default.nix index d5cb9db..d978160 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -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"