mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
Merge pull request #3909 from vlstill/fix_vpnc_pull_req
vpnc: Fix building of system config.
This commit is contained in:
commit
73347adfde
@ -16,7 +16,7 @@ in
|
|||||||
networking.vpnc = {
|
networking.vpnc = {
|
||||||
services = mkOption {
|
services = mkOption {
|
||||||
type = types.attrsOf types.str;
|
type = types.attrsOf types.str;
|
||||||
default = [];
|
default = {};
|
||||||
example = {
|
example = {
|
||||||
test =
|
test =
|
||||||
''
|
''
|
||||||
|
Loading…
Reference in New Issue
Block a user