test: add testvm01 for pipeline testing
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m44s

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

View File

@@ -0,0 +1,5 @@
{ ... }: {
imports = [
./configuration.nix
];
}