Added anubis (testing)
Some checks failed
Deploy NixOS / deploy (push) Failing after 35s

This commit is contained in:
2026-03-08 12:20:10 -06:00
parent 2a077bad21
commit e56a4ddb4b
4 changed files with 19 additions and 3 deletions

12
modules/anubis.nix Normal file
View File

@@ -0,0 +1,12 @@
{ ... }:
{
services.anubis = {
enable = true;
settings = {
firewall.enabled = true;
firewall.block_openai = true;
firewall.block_google = true;
};
};
}