mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
nixos/gogoclient: add types
This commit is contained in:
parent
e5ce05cc1e
commit
f2764e1f71
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue