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