homelab/hosts/physique/hyponix/services/default.nix
Lzebulon 6d99123d55
All checks were successful
/ check (push) Successful in 32s
format && add node monitoring
2025-11-03 23:28:25 +01:00

15 lines
211 B
Nix

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