diff --git a/nixarr/default.nix b/nixarr/default.nix index f92e724..b0b5f66 100644 --- a/nixarr/default.nix +++ b/nixarr/default.nix @@ -131,6 +131,9 @@ in { - [SABnzbd](#nixarr.sabnzbd.enable) Remember to read the options. + + > **Warning:** The Jellyseerr module currently does not work on nixos 24.11. + > You will have to update to the `unstable` branch in order for it to work. ''; }; diff --git a/nixarr/jellyseerr/jellyseerr-module/default.nix b/nixarr/jellyseerr/jellyseerr-module/default.nix index 08eab29..fc6b77c 100644 --- a/nixarr/jellyseerr/jellyseerr-module/default.nix +++ b/nixarr/jellyseerr/jellyseerr-module/default.nix @@ -67,21 +67,6 @@ in { Group = cfg.group; ExecStart = lib.getExe cfg.package; Restart = "on-failure"; - # ProtectHome = true; - # ProtectSystem = "strict"; - # PrivateTmp = true; - # PrivateDevices = true; - # ProtectHostname = true; - # ProtectClock = true; - # ProtectKernelTunables = true; - # ProtectKernelModules = true; - # ProtectKernelLogs = true; - # ProtectControlGroups = true; - # NoNewPrivileges = true; - # RestrictRealtime = true; - # RestrictSUIDSGID = true; - # RemoveIPC = true; - # PrivateMounts = true; }; };