Whew...with options

This commit is contained in:
niten 2023-10-06 10:33:46 -07:00
parent 7d6dee3413
commit 9108b0d21f
1 changed files with 1 additions and 1 deletions

View File

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