diff --git a/nftables-snippets.nix b/nftables-snippets.nix index 14fc3f7..48ff1b6 100644 --- a/nftables-snippets.nix +++ b/nftables-snippets.nix @@ -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. '';