add warining about jellyseerr module
This commit is contained in:
@@ -131,6 +131,9 @@ in {
|
|||||||
- [SABnzbd](#nixarr.sabnzbd.enable)
|
- [SABnzbd](#nixarr.sabnzbd.enable)
|
||||||
|
|
||||||
Remember to read the options.
|
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;
|
Group = cfg.group;
|
||||||
ExecStart = lib.getExe cfg.package;
|
ExecStart = lib.getExe cfg.package;
|
||||||
Restart = "on-failure";
|
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;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user