This commit is contained in:
Henri Dohmen 2026-03-31 19:47:02 +02:00
parent 22855e2b1d
commit 8463abf35b
2 changed files with 10 additions and 2 deletions

View file

@ -28,5 +28,13 @@ Repository structure:
- **secrets/** - **secrets/**
Age-encrypted secrets managed and deployed via agenix. Age-encrypted secrets managed and deployed via agenix.
- **var/** - **var/**
Shared constants and values used across the configuration. Shared constants and values used across the configuration.
## TODO
- **WireGuard key:** Manage `/var/secrets/wg.key` via agenix.
- **Forgejo:** Provision the `hd` user (with email, admin flag) and SSH keys via a systemd service.
- **Firefox sync server** (`host/roam/firefox-sync.nix`)**:** Containerize.
- **systemd-resolved** (`mod/desktop/network.nix`)**:** Enable DoH.
- **Remote builder** (`mod/build-machines.nix`)**:** declarative SSH jump server.

View file

@ -58,7 +58,7 @@
}; };
minecraft-server = { minecraft-server = {
enable = true; enable = false; # TODO: whitelist
package = pkgs.papermcServers.papermc-1_21_9; package = pkgs.papermcServers.papermc-1_21_9;
eula = true; eula = true;
declarative = true; declarative = true;