mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
nixos/vpnc: fix formatting of example
This commit is contained in:
parent
a8b44c74d3
commit
3e326efffc
@ -17,16 +17,16 @@ in
|
|||||||
services = mkOption {
|
services = mkOption {
|
||||||
type = types.attrsOf types.str;
|
type = types.attrsOf types.str;
|
||||||
default = {};
|
default = {};
|
||||||
example = {
|
example = literalExample ''
|
||||||
test =
|
{ test = '''
|
||||||
''
|
IPSec gateway 192.168.1.1
|
||||||
IPSec gateway 192.168.1.1
|
IPSec ID someID
|
||||||
IPSec ID someID
|
IPSec secret secretKey
|
||||||
IPSec secret secretKey
|
Xauth username name
|
||||||
Xauth username name
|
Xauth password pass
|
||||||
Xauth password pass
|
''';
|
||||||
'';
|
}
|
||||||
};
|
'';
|
||||||
description =
|
description =
|
||||||
''
|
''
|
||||||
The names of cisco VPNs and their associated definitions
|
The names of cisco VPNs and their associated definitions
|
||||||
|
Loading…
Reference in New Issue
Block a user