mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
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;
|
PrivateTmp = true;
|
||||||
ProtectControlGroups = true;
|
ProtectControlGroups = true;
|
||||||
PrivateMounts = true;
|
PrivateMounts = true;
|
||||||
} // (lib.optionalAttrs (cfg.claim_token_file != null) {
|
} // (lib.optionalAttrs (cfg.claimTokenFile != null) {
|
||||||
LoadCredential = [
|
LoadCredential = [
|
||||||
"netdata_claim_token:${cfg.claimTokenFile}"
|
"netdata_claim_token:${cfg.claimTokenFile}"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue