chore: disable LoadCredential
We're using an autogenerated session secret and hence do not need it.
This commit is contained in:
@@ -135,6 +135,8 @@ in {
|
||||
Group = "root";
|
||||
UMask = 066;
|
||||
DynamicUser = lib.mkForce false;
|
||||
# disable SecretFilec
|
||||
LoadCredential = lib.mkForce null;
|
||||
# disable state directory
|
||||
StateDirectory = lib.mkForce null;
|
||||
ExecStartPre = lib.mkForce (pkgs.writeShellScript "autobrr-config-prep" ''
|
||||
|
||||
Reference in New Issue
Block a user