homelab/hosts/physique/hyponix/services/default.nix
2025-08-06 00:18:58 +02:00

13 lines
166 B
Nix

{ ... }:
{
imports = [
./fail2ban.nix
./forgejo.nix
];
services.caddy = {
enable = true;
};
networking.firewall.allowedTCPPorts = [80 443];
}