diff --git a/nix/nixos-modules/frontend/default.nix b/nix/nixos-modules/frontend/default.nix index 1681fc3..cf1cd5a 100644 --- a/nix/nixos-modules/frontend/default.nix +++ b/nix/nixos-modules/frontend/default.nix @@ -19,7 +19,7 @@ in username = lib.mkOption { description = "username of ego-centric single main primary user"; - type = lib.types.string; + type = lib.types.str; default = "zocker"; example = "username"; };