nixos/gogoclient: add types

This commit is contained in:
Scriptkiddi 2021-01-29 08:39:51 +01:00
parent e5ce05cc1e
commit f2764e1f71
No known key found for this signature in database
GPG key ID: F7FBBF6334AF4872

View file

@ -28,6 +28,7 @@ in
username = mkOption {
default = "";
type = types.str;
description = ''
Your Gateway6 login name, if any.
'';
@ -42,6 +43,7 @@ in
};
server = mkOption {
type = types.str;
default = "anonymous.freenet6.net";
example = "broker.freenet6.net";
description = "The Gateway6 server to be used.";