From c429e7a2016fcc485c0bf3861ad98bbbb3f7dcf7 Mon Sep 17 00:00:00 2001 From: DashieTM Date: Sun, 25 Aug 2024 00:58:54 +0200 Subject: [PATCH] test --- modules/conf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. '';