flake, move testvm to nixosconfigurations lkey

This commit is contained in:
Rory&
2026-02-28 15:16:55 +01:00
parent c2734d1c65
commit 2ee3a0116e

View File

@@ -101,7 +101,7 @@
)
// {
nixosModules.default = import ./nix/modules/default self;
testVm = import ./nix/testVm/default.nix { inherit self nixpkgs; };
nixosConfigurations.testVm = import ./nix/testVm/default.nix { inherit self nixpkgs; };
checks =
let
pkgs = import nixpkgs { system = "x86_64-linux"; };