Merge pull request #111126 from helsinki-systems/gogoclient

nixos/gogoclient: add types
This commit is contained in:
Sandro 2021-01-29 09:52:35 +01:00 committed by GitHub
commit 1f730f2918
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.";