nixos/tests/victorialogs: migrate to container test

This commit is contained in:
Marie Ramlow
2026-06-10 09:35:39 +02:00
parent 9ae611a455
commit 88cf618bf6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
name = "victorialogs-local-write";
meta.maintainers = with lib.maintainers; [ marie ];
nodes.machine =
containers.machine =
{ pkgs, ... }:
{
services.victorialogs.enable = true;
@@ -9,7 +9,7 @@ in
name = "victorialogs-remote-write-with-vlagent";
meta.maintainers = [ lib.maintainers.shawn8901 ];
nodes.server =
containers.server =
{ pkgs, ... }:
{
networking.firewall.allowedTCPPorts = [ 9428 ];
@@ -20,7 +20,7 @@ in
};
};
nodes.client =
containers.client =
{ pkgs, ... }:
{
services.vlagent = {