chore: disable LoadCredential

We're using an autogenerated session secret and hence do not need it.
This commit is contained in:
Simon Elsbrock
2025-03-18 20:44:28 +01:00
parent 6652d174dc
commit 902e3b244b
+2
View File
@@ -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" ''