This commit is contained in:
Lucy Hochkamp 2025-05-03 21:04:51 +02:00
parent 24d01f1c96
commit 02188142e6
No known key found for this signature in database

View file

@ -39,6 +39,8 @@
boot.loader.systemd-boot.enable = false;
services.syncthing.enable = true;
services.syncthing.group = "users";
services.syncthing.user = "ragon";
networking.interfaces."ens3" = {
@ -61,6 +63,8 @@
services.postgresql.package = pkgs.postgresql_13;
systemd.services.caddy.serviceConfig.EnvironmentFile = config.age.secrets.desec.path;
networking.firewall.allowedTCPPorts = [ 80 443 config.services.forgejo.settings.server.SSH_PORT 25 143 465 587 993 ];
networking.firewall.allowedUDPPorts = [ 443 ];