feat: remove minecraft and add grafana secret
This commit is contained in:
parent
ce89f2fcda
commit
cc2036d95e
10 changed files with 21 additions and 106 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue