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 1fcd8c6421 - 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:
c6ristian marked this conversation as resolved Outdated
Outdated
Review

typo s/now/new

typo s/now/new
c6ristian marked this conversation as resolved Outdated
Outdated
Review

Maybe add a colon after this sentence.

Maybe add a colon after this sentence.
```shell
nix build .#proxmox-nixos-template
c6ristian marked this conversation as resolved Outdated
Outdated
Review

Here as well.

Here as well.
```
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
```
```