module.nix: explicitly disable PrivateIPC
This commit is contained in:
@@ -113,6 +113,7 @@ in
|
|||||||
|
|
||||||
# Needed to communicate with MySQL.
|
# Needed to communicate with MySQL.
|
||||||
PrivateNetwork = false;
|
PrivateNetwork = false;
|
||||||
|
PrivateIPC = false;
|
||||||
|
|
||||||
IPAddressDeny =
|
IPAddressDeny =
|
||||||
lib.optionals (lib.elem cfg.settings.mysql.host [ null "localhost" "127.0.0.1" ]) [ "any" ];
|
lib.optionals (lib.elem cfg.settings.mysql.host [ null "localhost" "127.0.0.1" ]) [ "any" ];
|
||||||
@@ -165,4 +166,4 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user