nixos/sshd: accept path-typed options (#526839)

This commit is contained in:
Ryan Burns
2026-06-09 23:13:30 +00:00
committed by GitHub
@@ -26,6 +26,8 @@ let
toString v
else if lib.isString v then
v
else if lib.isPath v then
v
else if true == v then
"yes"
else if false == v then