Compare commits
2 commits
25573d9dc8
...
a3ed1f88ce
Author | SHA1 | Date | |
---|---|---|---|
christian | a3ed1f88ce | ||
christian | d942b0a608 |
11
README.md
11
README.md
|
@ -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.
|
||||||
|
```shell
|
||||||
|
nix build .#proxmox-nixos-template
|
||||||
|
```
|
||||||
|
Build a new NixOS Proxmox VE Template for the chaosknoten.
|
||||||
|
```shell
|
||||||
|
nix build .#proxmox-chaosknoten-nixos-template
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue