aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/nixos/modules/services/networking/nsd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/modules/services/networking/nsd.nix')
-rw-r--r--nixpkgs/nixos/modules/services/networking/nsd.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/nixos/modules/services/networking/nsd.nix b/nixpkgs/nixos/modules/services/networking/nsd.nix
index 429580e5c6c..6e3eed0c557 100644
--- a/nixpkgs/nixos/modules/services/networking/nsd.nix
+++ b/nixpkgs/nixos/modules/services/networking/nsd.nix
@@ -252,7 +252,7 @@ let
Use imports or pkgs.lib.readFile if you don't want this data in your config file.
'';
};
-
+
dnssec = mkEnableOption "DNSSEC";
dnssecPolicy = {
@@ -970,7 +970,7 @@ in
script = signZones;
postStop = ''
- ${pkgs.systemd}/bin/systemctl kill -s SIGHUP nsd.service
+ /run/current-system/systemd/bin/systemctl kill -s SIGHUP nsd.service
'';
};