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