README
This commit is contained in:
parent
22855e2b1d
commit
8463abf35b
2 changed files with 10 additions and 2 deletions
|
|
@ -30,3 +30,11 @@ Repository structure:
|
||||||
|
|
||||||
- **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.
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue