about summary refs log tree commit diff
path: root/nixos/modules/services/networking/pppd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/pppd.nix')
-rw-r--r--nixos/modules/services/networking/pppd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/pppd.nix b/nixos/modules/services/networking/pppd.nix
index 37f44f07ac46..d1ed25b0238f 100644
--- a/nixos/modules/services/networking/pppd.nix
+++ b/nixos/modules/services/networking/pppd.nix
@@ -16,7 +16,7 @@ in
 
       package = mkOption {
         default = pkgs.ppp;
-        defaultText = "pkgs.ppp";
+        defaultText = literalExpression "pkgs.ppp";
         type = types.package;
         description = "pppd package to use.";
       };