Merge pull request #111126 from helsinki-systems/gogoclient
nixos/gogoclient: add types
This commit is contained in:
commit
1f730f2918
@ -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.";
|
||||
|
Loading…
Reference in New Issue
Block a user