Skip to content

Commit

Permalink
Add a missing defaultText doc
Browse files Browse the repository at this point in the history
  • Loading branch information
thelegy committed Dec 14, 2023
1 parent 3ef0e6a commit 622101f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nftables-snippets.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ in {
allowedTCPPorts = mkOption {
type = types.listOf types.port;
default = config.services.openssh.ports;
defaultText = literalExpression "config.services.openssh.ports";
description = mdDoc ''
List of allowd TCP ports while the firewall is disabled.
'';
Expand Down

0 comments on commit 622101f

Please sign in to comment.