diff --git a/nixos/tests/alice-lg.nix b/nixos/tests/alice-lg.nix index 177f7364685d..7397ed3779dc 100644 --- a/nixos/tests/alice-lg.nix +++ b/nixos/tests/alice-lg.nix @@ -13,7 +13,7 @@ let inherit (pkgs.lib) optionalString; in makeTest { - name = "birdwatcher"; + name = "alice-lg"; nodes = { host1 = { environment.systemPackages = with pkgs; [ jq ];