NVM
All checks were successful
Deploy NixOS / deploy (push) Successful in 1m0s

This commit is contained in:
2026-03-08 12:32:12 -06:00
parent e56a4ddb4b
commit 13798f00f1
2 changed files with 0 additions and 14 deletions

View File

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