test: add testvm01 for pipeline testing

This commit is contained in:
2026-02-01 16:38:13 +01:00
parent 83de9a3ffb
commit 7fe0aa0f54
4 changed files with 89 additions and 0 deletions

View File

@@ -335,6 +335,22 @@
];
};
};
testvm01 = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = {
inherit inputs self sops-nix;
};
modules = [
(
{ config, pkgs, ... }:
{
nixpkgs.overlays = commonOverlays;
}
)
./hosts/testvm01
sops-nix.nixosModules.sops
];
};
packages = forAllSystems (
{ pkgs }:
{