Remove extra network

This commit is contained in:
niten 2023-09-27 07:16:39 -07:00
parent 0e543134a8
commit 152d76bdb5
1 changed files with 5 additions and 5 deletions

View File

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