add warining about jellyseerr module

This commit is contained in:
Rohan Datar
2025-01-12 16:34:57 -06:00
parent 92d5563083
commit 2d0399fd47
2 changed files with 3 additions and 15 deletions
+3
View File
@@ -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.
'';
};
@@ -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;
};
};