This commit is contained in:
2023-12-04 15:39:09 +01:00
parent 67490acd66
commit 7a5344a6b2

View File

@@ -170,11 +170,11 @@ in {
allowedUDPPorts = [ 53 ]; allowedUDPPorts = [ 53 ];
allowedTCPPorts = [ 853 ]; allowedTCPPorts = [ 853 ];
}; };
};
services.unbound = { services.unbound = {
enable = true; enable = true;
settings = cfg; settings = cfg;
}; };
}; };
}; };
};
} }