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