chore: review feedback

This commit is contained in:
Simon Elsbrock
2025-03-25 07:39:58 +01:00
parent 902e3b244b
commit 23f84aaec6
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
Added:
- Plex service
- Autobrr service
Updated:
- If `nixarr.enable` is not enabled other services will automatically now
+3
View File
@@ -64,6 +64,8 @@ in {
See https://autobrr.com/configuration/autobrr for more information.
`sessionSecret` is automatically generated upon first installation and will be overridden.
This is done to ensure that the secret is not hard-coded in the configuration file.
The actual secret file is generated in the systemd service at `${cfg.stateDir}/session-secret`.
'';
};
@@ -112,6 +114,7 @@ in {
enable = true;
package = cfg.package;
# We need to provide a secretFile even though we're handling it ourselves
# The actual secret file is generated in the systemd service at ${cfg.stateDir}/session-secret
secretFile = "/dev/null"; # This is a placeholder that won't be used
settings = mkMerge [
# User settings