Files
nixos-servers/hosts/testvm01/default.nix
Torjus Håkestad 74071887ad
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m44s
test: add testvm01 for pipeline testing
2026-02-01 16:38:13 +01:00

5 lines
55 B
Nix

{ ... }: {
imports = [
./configuration.nix
];
}