homelab/hosts/physique/hyponix/services/default.nix
Lzebulon 833b987ea8
Some checks failed
/ check (push) Failing after 12s
fix: add wireguard to modules enabled
2025-11-23 19:21:09 +01:00

16 lines
231 B
Nix

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