Add how to generate the NixOS Proxmox VE templates #4

Open
c6ristian wants to merge 2 commits from howto-build-proxmox-ve-template into main
Showing only changes of commit 25573d9dc8 - Show all commits

View file

@ -65,11 +65,11 @@ This is exactly what we're doing to set the default deployment user to `colmena-
## Build NixOS Proxmox VE Template
Build a now NixOS Proxmox VE Template for the thinkcccore's
Build a new NixOS Proxmox VE Template for the thinkcccore's.
```shell
nix build .#proxmox-nixos-template
```
Build a now NixOS Proxmox VE Template for the chaosknoten
Build a new NixOS Proxmox VE Template for the chaosknoten.
```shell
nix build .#proxmox-chaosknoten-nixos-template
```
```