diff --git a/nix/nixos-modules/options.nix b/nix/nixos-modules/options.nix index 2aebd63..699d3d0 100644 --- a/nix/nixos-modules/options.nix +++ b/nix/nixos-modules/options.nix @@ -21,6 +21,7 @@ This is used by other option{x-banananetwork} modules. ''; type = with lib.types; nullOr str; + default = null; example = "ssh-ed25519 …"; };