Merge pull request #3909 from vlstill/fix_vpnc_pull_req

vpnc: Fix building of system config.
This commit is contained in:
Domen Kožar 2014-08-31 21:42:15 +02:00
commit 73347adfde

View File

@ -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 =
'' ''