summary refs log tree commit diff
path: root/nixos/modules/services/networking/dnsmasq.nix
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2014-11-19 13:11:30 -0800
committerWilliam A. Kennington III <william@wkennington.com>2014-11-26 11:22:02 -0800
commita332c4eac5c958c04a3873559988e892caa8c6d2 (patch)
treeeaa75c5988305159e435e31e8e19d4401b8c0f56 /nixos/modules/services/networking/dnsmasq.nix
parent08e74f2791243b88af70512c4b01c92e4301d7e7 (diff)
downloadnixpkgs-a332c4eac5c958c04a3873559988e892caa8c6d2.tar
nixpkgs-a332c4eac5c958c04a3873559988e892caa8c6d2.tar.gz
nixpkgs-a332c4eac5c958c04a3873559988e892caa8c6d2.tar.bz2
nixpkgs-a332c4eac5c958c04a3873559988e892caa8c6d2.tar.lz
nixpkgs-a332c4eac5c958c04a3873559988e892caa8c6d2.tar.xz
nixpkgs-a332c4eac5c958c04a3873559988e892caa8c6d2.tar.zst
nixpkgs-a332c4eac5c958c04a3873559988e892caa8c6d2.zip
systemd: Enable more network services
Diffstat (limited to 'nixos/modules/services/networking/dnsmasq.nix')
-rw-r--r--nixos/modules/services/networking/dnsmasq.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/dnsmasq.nix b/nixos/modules/services/networking/dnsmasq.nix
index 5c68dd89fb1..fbb211911f1 100644
--- a/nixos/modules/services/networking/dnsmasq.nix
+++ b/nixos/modules/services/networking/dnsmasq.nix
@@ -82,7 +82,7 @@ in
 
     systemd.services.dnsmasq = {
         description = "dnsmasq daemon";
-        after = [ "network.target" ];
+        after = [ "network.target" "systemd-resolved.conf" ];
         wantedBy = [ "multi-user.target" ];
         path = [ dnsmasq ];
         preStart = ''