This commit is contained in:
DashieTM 2024-08-25 00:58:54 +02:00
parent 500c7050c3
commit c429e7a201

View file

@ -95,7 +95,7 @@
username = lib.mkOption {
default = lib.mkDefault "dashie";
example = "pingpang";
type = lib.types.str;
# type = lib.types.str;
description = ''
The username.
'';