homelab/hosts/physique/hyponix/services/default.nix
Lzebulon 9531dd40a8
All checks were successful
/ check (push) Successful in 20s
add searxng
2025-08-06 23:11:05 +02:00

15 lines
209 B
Nix

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