nixos/netdata: fix claim_token_file -> claimTokenFile
It was forgotten in afc6f0d93b
.
This commit is contained in:
parent
32b1e4642b
commit
2d7e29b60e
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue