Skip to content

Commit

Permalink
nixos/victoriametrics: Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudokamikaze committed Jan 5, 2025
1 parent 1b51a68 commit 8184e1d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nixos/tests/victoriametrics/remote-write.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ import ../make-test-python.nix (
networking.firewall.allowedTCPPorts = [ 8428 ];
services.victoriametrics = {
enable = true;
extraOptions = [
"-httpAuth.username=${username}"
"-httpAuth.password=file://${toString passwordFile}"
];
basicAuthUsername = username;
basicAuthPasswordFile = toString passwordFile;
};
};

Expand Down

0 comments on commit 8184e1d

Please sign in to comment.