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

@@ -12,7 +12,6 @@
./modules/proxy.nix ./modules/proxy.nix
./modules/matrix.nix ./modules/matrix.nix
./modules/fail2ban.nix ./modules/fail2ban.nix
./modules/anubis.nix
]; ];
nix.settings.experimental-features = [ nix.settings.experimental-features = [
@@ -24,7 +23,6 @@
git git
gnumake gnumake
openssl openssl
anubis
]; ];
system.stateVersion = "25.11"; system.stateVersion = "25.11";

View File

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