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

View file

@ -62,3 +62,14 @@ This is exactly what we're doing to set the default deployment user to `colmena-
}; };
``` ```
This secret would then be available under `/run/secrets/forgejo_git_smtp_password` on the host. This secret would then be available under `/run/secrets/forgejo_git_smtp_password` on the host.
## Build NixOS Proxmox VE Template
Build a new NixOS Proxmox VE Template for the thinkcccore's
Outdated
Review

typo s/now/new

typo s/now/new
Review

Maybe add a colon after this sentence.

Maybe add a colon after this sentence.
```shell
nix build .#proxmox-nixos-template
Review

Here as well.

Here as well.
```
Build a new NixOS Proxmox VE Template for the chaosknoten
```shell
nix build .#proxmox-chaosknoten-nixos-template
```