initial commit
This commit is contained in:
commit
47c42dc7a6
14 changed files with 490 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# extremist software
|
||||
|
||||
nixos config for the hetzner vps.
|
||||
|
||||
services:
|
||||
- forgejo (git)
|
||||
- stalwart (mail)
|
||||
- searx (search)
|
||||
- conduit (matrix)
|
||||
- minecraft (fabric + optimization mods)
|
||||
- caddy (reverse proxy)
|
||||
- grafana/prometheus (monitoring)
|
||||
|
||||
deploy:
|
||||
`nix run github:nix-community/nixos-anywhere -- --flake .#extremist-software --impure root@<ip>`
|
||||
|
||||
secrets:
|
||||
copy `secrets.nix.example` to `secrets/secrets.nix` and fill it in.
|
||||
repo uses impure build cause i dont want to manage encrypted secret files in git right now.
|
||||
Loading…
Add table
Add a link
Reference in a new issue