Files
haschel/modules/anubis.nix
Atridad Lahiji e56a4ddb4b
Some checks failed
Deploy NixOS / deploy (push) Failing after 35s
Added anubis (testing)
2026-03-08 12:20:10 -06:00

13 lines
187 B
Nix

{ ... }:
{
services.anubis = {
enable = true;
settings = {
firewall.enabled = true;
firewall.block_openai = true;
firewall.block_google = true;
};
};
}