diff --git a/hosts/media-server/configuration.nix b/hosts/media-server/configuration.nix index 8601b3f..428010f 100644 --- a/hosts/media-server/configuration.nix +++ b/hosts/media-server/configuration.nix @@ -185,7 +185,6 @@ "lidarr" "bazarr" "prowlarr" - ]; transmission = { diff --git a/modules/system/filesystems.nix b/modules/system/filesystems.nix index f0db64d..db38cf7 100644 --- a/modules/system/filesystems.nix +++ b/modules/system/filesystems.nix @@ -3,7 +3,7 @@ { fileSystems = let - automount-opts = "x-systemd.automount,noauto,users,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s,uid=1000"; + automount-opts = "x-systemd.automount,noauto,users,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s,noperm,uid=1000"; filez-opts = automount-opts + ",credentials=/etc/nixos/filez-secrets"; # media-server-opts = automount-opts + ",credentials=/etc/nixos/media-server-secrets"; in {