summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-02-28 15:16:55 +0100
committerRory& <root@rory.gay>2026-02-28 15:16:55 +0100
commit2ee3a0116ebe19a005c352a8c810fed55fec4b19 (patch)
treed017069c58f118087080f37947965dab6478e075
parentAdd UAPI changes (diff)
downloadserver-ts-2ee3a0116ebe19a005c352a8c810fed55fec4b19.tar.xz
flake, move testvm to nixosconfigurations lkey
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix

index d5a4aa42..5182ef62 100644 --- a/flake.nix +++ b/flake.nix
@@ -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"; };