Give the proxmox nixos template output a more descriptive name
This commit is contained in:
parent
1803025193
commit
4d599efbcf
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
};
|
||||
|
||||
packages.x86_64-linux = {
|
||||
proxmox = nixos-generators.nixosGenerate {
|
||||
proxmox-nixos-template = nixos-generators.nixosGenerate {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./config/nixos-generators/proxmox.nix
|
||||
|
|
Loading…
Reference in a new issue