about summary refs log tree commit diff
path: root/nixos/modules/services/networking
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-11-09 21:53:07 +0000
committerGitHub <noreply@github.com>2019-11-09 21:53:07 +0000
commit488e6b7a239812bf5243acf7a3f3f0054229aeab (patch)
tree55a8f851a404f668ed9b724c5f0a12f16c7bbd95 /nixos/modules/services/networking
parent05cd6911732164ae23279030e8c15803852f7e91 (diff)
parentcaac0964bbd85aad3d244ec414a41cc1cd9eaeb2 (diff)
downloadnixlib-488e6b7a239812bf5243acf7a3f3f0054229aeab.tar
nixlib-488e6b7a239812bf5243acf7a3f3f0054229aeab.tar.gz
nixlib-488e6b7a239812bf5243acf7a3f3f0054229aeab.tar.bz2
nixlib-488e6b7a239812bf5243acf7a3f3f0054229aeab.tar.lz
nixlib-488e6b7a239812bf5243acf7a3f3f0054229aeab.tar.xz
nixlib-488e6b7a239812bf5243acf7a3f3f0054229aeab.tar.zst
nixlib-488e6b7a239812bf5243acf7a3f3f0054229aeab.zip
Merge pull request #73059 from flokli/nixos-test-port-tinydns
nixos/tinydns: port test to python
Diffstat (limited to 'nixos/modules/services/networking')
-rw-r--r--nixos/modules/services/networking/tinydns.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/tinydns.nix b/nixos/modules/services/networking/tinydns.nix
index 7b2c464ab46b..79507b2ebcdd 100644
--- a/nixos/modules/services/networking/tinydns.nix
+++ b/nixos/modules/services/networking/tinydns.nix
@@ -37,6 +37,7 @@ with lib;
     systemd.services.tinydns = {
       description = "djbdns tinydns server";
       wantedBy = [ "multi-user.target" ];
+      after = [ "network.target" ];
       path = with pkgs; [ daemontools djbdns ];
       preStart = ''
         rm -rf /var/lib/tinydns