only run dnsmasq for dev on darwin
1 file changed, 9 insertions(+), 0 deletions(-)
changed files
M system/settings/darwin.nix → system/settings/darwin.nix
@@ -66,4 +66,13 @@ watch coreutils-prefixed iproute2mac ]; + + services.dnsmasq = { + enable = true; + bind = "::1"; + addresses = { + localhost = "::1"; + test = "::1"; + }; + }; }