From 2d0399fd47279920957557184045d53e23ef0b93 Mon Sep 17 00:00:00 2001 From: Rohan Datar Date: Sun, 12 Jan 2025 16:34:57 -0600 Subject: [PATCH] add warining about jellyseerr module --- nixarr/default.nix | 3 +++ nixarr/jellyseerr/jellyseerr-module/default.nix | 15 --------------- 2 files changed, 3 insertions(+), 15 deletions(-) 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; }; };