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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/skydns.nix b/nixos/modules/services/networking/skydns.nix
index ea466de9327..c4e959b57bb 100644
--- a/nixos/modules/services/networking/skydns.nix
+++ b/nixos/modules/services/networking/skydns.nix
@@ -56,7 +56,7 @@ in {
 
     package = mkOption {
       default = pkgs.skydns;
-      defaultText = "pkgs.skydns";
+      defaultText = literalExpression "pkgs.skydns";
       type = types.package;
       description = "Skydns package to use.";
     };