Add how to generate the NixOS Proxmox VE templates #4

Merged
june merged 2 commits from howto-build-proxmox-ve-template into main 2024-11-10 20:23:03 +01:00
Showing only changes of commit ff1a12846a - Show all commits

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 now NixOS Proxmox VE Template for the thinkcccore's
```shell
nix build .#proxmox-nixos-template
```
Build a now NixOS Proxmox VE Template for the chaosknoten
```shell
nix build .#proxmox-chaosknoten-nixos-template
```