diff --git a/options.nix b/options.nix index 5b821b1..aaa2fd6 100644 --- a/options.nix +++ b/options.nix @@ -4,6 +4,11 @@ }: { options.kekleo = with lib.types; { + domain = lib.mkOption { + type = str; + default = ""; + description = "Domain of the device."; + }; publicKeys = lib.mkOption { type = listOf str; default = [ ];