Update dependencies
This commit is contained in:
parent
b39f6b3702
commit
290514f206
3 changed files with 34 additions and 47 deletions
13
patches/249951.patch
Normal file
13
patches/249951.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/nixos/modules/services/databases/influxdb2.nix b/nixos/modules/services/databases/influxdb2.nix
|
||||
index 8e3135c9e235e..329533b35dc8e 100644
|
||||
--- a/nixos/modules/services/databases/influxdb2.nix
|
||||
+++ b/nixos/modules/services/databases/influxdb2.nix
|
||||
@@ -107,7 +107,7 @@ in
|
||||
LimitNOFILE = 65536;
|
||||
KillMode = "control-group";
|
||||
Restart = "on-failure";
|
||||
- LoadCredential = [
|
||||
+ LoadCredential = mkIf cfg.provision.enable [
|
||||
"admin-password:${cfg.provision.initialSetup.passwordFile}"
|
||||
"admin-token:${cfg.provision.initialSetup.tokenFile}"
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue