commit | 32e310539805edfbf373171212d5f29b125b8864 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Thu Apr 06 18:04:26 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Thu Apr 06 18:04:26 2023 +0000 |
tree | 90030c0a6f2d6861327e7d4353e6336aede2840e | |
parent | 7352702d4d275cc65a89f61b5ac1c7c8e0e5c8ef [diff] [blame] |
Update to the latest nixpkgs
diff --git a/modules/dnsmasq.nix b/modules/dnsmasq.nix index e4831d7..c23dc16 100644 --- a/modules/dnsmasq.nix +++ b/modules/dnsmasq.nix
@@ -7,12 +7,10 @@ settings = { server = [ "1.1.1.1" "1.0.0.1" ]; conf-file = config.sops.secrets."dnsmasq-private.conf".path; + local = "/local/"; + domain = "local"; + expand-hosts = true; }; - extraConfig = '' - local=/local/ - domain=local - expand-hosts - ''; }; avahi = { enable = true;