nixos/netdata: fix claim_token_file -> claimTokenFile
It was forgotten in afc6f0d93b.
This commit is contained in:
@@ -269,7 +269,7 @@ in {
|
||||
PrivateTmp = true;
|
||||
ProtectControlGroups = true;
|
||||
PrivateMounts = true;
|
||||
} // (lib.optionalAttrs (cfg.claim_token_file != null) {
|
||||
} // (lib.optionalAttrs (cfg.claimTokenFile != null) {
|
||||
LoadCredential = [
|
||||
"netdata_claim_token:${cfg.claimTokenFile}"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user