Whew...with options

This commit is contained in:
niten 2023-10-06 10:33:46 -07:00
parent 7d6dee3413
commit 9108b0d21f

View File

@ -44,7 +44,7 @@ let
}; };
srvRecordEntry = { srvRecordEntry = {
options = { options = with types; {
host = mkOption { host = mkOption {
type = str; type = str;
description = "Host providing service."; description = "Host providing service.";