diff --git a/nix/nixos-modules/options.nix b/nix/nixos-modules/options.nix index d36d652..f02aad2 100644 --- a/nix/nixos-modules/options.nix +++ b/nix/nixos-modules/options.nix @@ -19,6 +19,7 @@ This is used by other option{x-banananetwork} modules. ''; + type = with lib.types; listOf str; example = lib.literalExpression '' [ "ssh-ed25519 ..." ] ''; @@ -28,6 +29,7 @@ description = '' my username for most/all uses ''; + type = lib.types.str; example = lib.literalExpression "zocker"; };