feat: add domain option

This commit is contained in:
2026-02-23 14:05:00 +01:00
parent c15e65fece
commit 2f2140f9ae
+5
View File
@@ -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 = [ ];