flake: fix vm-proxmox package
This commit is contained in:
parent
e0af380656
commit
fce994ae9f
26
flake.nix
26
flake.nix
@ -82,19 +82,19 @@
|
|||||||
];
|
];
|
||||||
format = "proxmox";
|
format = "proxmox";
|
||||||
};
|
};
|
||||||
|
vm-proxmox = let
|
||||||
|
image = nixpkgs.lib.nixosSystem {
|
||||||
|
system = "x86_64-linux";
|
||||||
|
modules = [
|
||||||
|
./modules
|
||||||
|
./hosts/common.nix
|
||||||
|
./hosts/hw-proxmox.nix
|
||||||
|
./hosts/vm
|
||||||
|
./users/cazzzer
|
||||||
|
];
|
||||||
|
};
|
||||||
|
in
|
||||||
|
image.config.system.build.VMA;
|
||||||
};
|
};
|
||||||
vm-proxmox = let
|
|
||||||
image = nixpkgs.lib.nixosSystem {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
modules = [
|
|
||||||
./modules
|
|
||||||
./hosts/common.nix
|
|
||||||
./hosts/hw-proxmox.nix
|
|
||||||
./hosts/vm
|
|
||||||
./users/cazzzer
|
|
||||||
];
|
|
||||||
};
|
|
||||||
in
|
|
||||||
image.config.system.build.VMA;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user