Remove extra network

This commit is contained in:
niten 2023-09-27 07:16:39 -07:00
parent 0e543134a8
commit 152d76bdb5

View File

@ -392,11 +392,11 @@ in {
}; };
antispam = { antispam = {
service = { service = {
networks = [ # networks = [
"internal_network" # "internal_network"
# Needs external access for blacklist checks # # Needs external access for blacklist checks
"external_network" # "external_network"
]; # ];
capabilities.SYS_ADMIN = true; capabilities.SYS_ADMIN = true;
depends_on = [ "antivirus" ]; depends_on = [ "antivirus" ];
}; };