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

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