fixup! cluster/services/locksmith: implement provider options

This commit is contained in:
Max Headroom 2024-07-10 22:35:58 +02:00
parent 046e9fa3be
commit 63372b99b6

View file

@ -57,6 +57,7 @@ in
distributed.enable = true;
inherit (providerConfig) wantedBy after;
serviceConfig = {
Type = "oneshot";
PrivateTmp = true;
LoadCredential = lib.mkForce [];
};