Remove extra network
This commit is contained in:
parent
0e543134a8
commit
152d76bdb5
|
@ -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" ];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue