delete authentik

This commit is contained in:
2025-07-24 19:44:15 -05:00
parent f42de04ac9
commit aa92b4701a
5 changed files with 6 additions and 329 deletions

View File

@@ -101,14 +101,11 @@
networkmanager.enable = true;
firewall.allowedTCPPorts = [ 22 80 443 ];
firewall.interfaces."ve-traefik".allowedTCPPorts = [
9000
8080
6080
8123
11434
];
hosts = {
"192.168.100.11" = [ "blunkall.us" "*.blunkall.us" "*.local.blunkall.us" ];
"192.168.100.11" = [ "blunkall.us" "*.blunkall.us" ];
"192.168.100.20" = [ "gitea.blunkall.us" ];
};
nftables = {};