diff --git a/modules/conf.nix b/modules/conf.nix index de44e55..59639fa 100644 --- a/modules/conf.nix +++ b/modules/conf.nix @@ -95,7 +95,7 @@ username = lib.mkOption { default = lib.mkDefault "dashie"; example = "pingpang"; - type = lib.types.str; + # type = lib.types.str; description = '' The username. '';