README
This commit is contained in:
parent
22855e2b1d
commit
8463abf35b
2 changed files with 10 additions and 2 deletions
10
README.md
10
README.md
|
|
@ -28,5 +28,13 @@ Repository structure:
|
|||
- **secrets/**
|
||||
Age-encrypted secrets managed and deployed via agenix.
|
||||
|
||||
- **var/**
|
||||
- **var/**
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
};
|
||||
|
||||
minecraft-server = {
|
||||
enable = true;
|
||||
enable = false; # TODO: whitelist
|
||||
package = pkgs.papermcServers.papermc-1_21_9;
|
||||
eula = true;
|
||||
declarative = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue