Merge pull request #238289 from NixOS/netdata-fix
This commit is contained in:
commit
8f83962b34
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