summary refs log tree commit diff
path: root/nixos/modules/services/networking/skydns.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/skydns.nix')
-rw-r--r--nixos/modules/services/networking/skydns.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/skydns.nix b/nixos/modules/services/networking/skydns.nix
index f5eb452fec6..39ebaa45a79 100644
--- a/nixos/modules/services/networking/skydns.nix
+++ b/nixos/modules/services/networking/skydns.nix
@@ -56,6 +56,7 @@ in {
 
     package = mkOption {
       default = pkgs.skydns;
+      defaultText = "pkgs.skydns";
       type = types.package;
       description = "Skydns package to use.";
     };