Merge pull request #230844 from pennae/mosquitto-test-fix

nixos/mosquitto: use networkd for tests
This commit is contained in:
Martin Weinelt 2023-05-09 14:57:30 +02:00 committed by GitHub
commit 558b23afe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,6 +66,7 @@ in {
in {
server = { pkgs, ... }: {
networking.firewall.allowedTCPPorts = [ port tlsPort anonPort ];
networking.useNetworkd = true;
services.mosquitto = {
enable = true;
settings = {