feat: remove minecraft and add grafana secret

This commit is contained in:
Jet Pham 2026-02-18 19:09:21 -08:00
parent ce89f2fcda
commit cc2036d95e
No known key found for this signature in database
10 changed files with 21 additions and 106 deletions

View file

@ -7,11 +7,11 @@
./modules/mail.nix
./modules/searx.nix
./modules/matrix.nix
./modules/minecraft.nix
./modules/matrix.nix
./modules/monitoring.nix
./modules/secrets-scheme.nix
./secrets/secrets-scheme.nix
# Impure Secrets
./secrets.nix
./secrets/secrets.nix
];
# ... (rest of imports block replaced by ./secrets/secrets.nix being added to imports)
@ -24,8 +24,7 @@
# Networking
networking.hostName = "extremist-software";
networking.firewall.allowedTCPPorts = [ 80 443 25565 ]; # HTTP, HTTPS, Minecraft
networking.firewall.allowedUDPPorts = [ 25565 ]; # Minecraft
networking.firewall.allowedTCPPorts = [ 22 80 443 ]; # SSH, HTTP, HTTPS
# Tailscale
services.tailscale.enable = true;