feat: add domain option
This commit is contained in:
@@ -4,6 +4,11 @@
|
|||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
options.kekleo = with lib.types; {
|
options.kekleo = with lib.types; {
|
||||||
|
domain = lib.mkOption {
|
||||||
|
type = str;
|
||||||
|
default = "";
|
||||||
|
description = "Domain of the device.";
|
||||||
|
};
|
||||||
publicKeys = lib.mkOption {
|
publicKeys = lib.mkOption {
|
||||||
type = listOf str;
|
type = listOf str;
|
||||||
default = [ ];
|
default = [ ];
|
||||||
|
|||||||
Reference in New Issue
Block a user