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
1 changed files with 2 additions and 0 deletions

View File

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