Compare commits

...

2 commits

Author SHA1 Message Date
christian 4aa9b3d6a1
fix typo 2024-06-22 15:56:13 +02:00
christian e1309cf98a
Add how to generate the NixOS Proxmox VE templates 2024-06-11 23:19:13 +02:00

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