This commit is contained in:
2026-02-19 13:08:11 -06:00
parent 570687deae
commit aa55dc0251
8 changed files with 70 additions and 78 deletions

View File

@@ -35,6 +35,15 @@
inherit self inputs username;
};
};
qemu-vm = nixpkgs.lib.nixosSystem {
inherit system;
modules = [ ./hosts/qemu-vm/configuration.nix ];
specialArgs = {
host = "qemu-vm";
inherit self inputs username;
};
};
};
};