Added: k3s setup; Changed Firewall

This commit is contained in:
2026-02-18 16:35:01 +01:00
parent fc94e2f0af
commit ecf0d52f76
5 changed files with 71 additions and 9 deletions

View File

@@ -63,6 +63,8 @@
# Enable the PostgreSQL service to start on boot
systemd.services.postgresql.wantedBy = [ "multi-user.target" ];
networking.firewall.allowedTCPPorts = [ 5432 ];
# Create mount point for external USB storage (optional, for better performance)
# Uncomment if using the USB 3 storage we configured earlier
# systemd.tmpfiles.rules = [