This commit is contained in:
2025-04-29 14:05:18 -05:00
parent 085e0ed666
commit 944e5b868e
9 changed files with 101 additions and 2 deletions

View File

@@ -10,12 +10,12 @@
system = "x86_64-linux";
in {
nixosConfigurations = {
nixos-vm = nixpkgs.lib.nixosSystem {
nixos-vm2 = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs = { inherit inputs; };
modules = [
import ./machines/nixos-vm/configuration.nix
./hosts/nixos-vm2/configuration.nix
];
};
};