Merge pull request #230844 from pennae/mosquitto-test-fix
nixos/mosquitto: use networkd for tests
This commit is contained in:
commit
558b23afe3
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ in {
|
|||
in {
|
||||
server = { pkgs, ... }: {
|
||||
networking.firewall.allowedTCPPorts = [ port tlsPort anonPort ];
|
||||
networking.useNetworkd = true;
|
||||
services.mosquitto = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue