nixos-mods: fix type of x-banananetwork.frontend.username to types.str

to denote that it is not mergeable
secrix-issue25
Felix Stupp 3 months ago
parent 258b5f60ac
commit 49a34e56b6
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -19,7 +19,7 @@ in
username = lib.mkOption { username = lib.mkOption {
description = "username of ego-centric single main primary user"; description = "username of ego-centric single main primary user";
type = lib.types.string; type = lib.types.str;
default = "zocker"; default = "zocker";
example = "username"; example = "username";
}; };

Loading…
Cancel
Save