summary refs log tree commit diff
path: root/nixos/modules/services/networking/shorewall6.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/shorewall6.nix')
-rw-r--r--nixos/modules/services/networking/shorewall6.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/shorewall6.nix b/nixos/modules/services/networking/shorewall6.nix
index e081aedc6c3..4235c74a3f8 100644
--- a/nixos/modules/services/networking/shorewall6.nix
+++ b/nixos/modules/services/networking/shorewall6.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 {