summaryrefslogtreecommitdiffstats
path: root/nixos/modules/config/vpnc.nix
diff options
context:
space:
mode:
authorVladimir Still <xstill@mail.muni.cz>2014-08-31 21:12:15 +0200
committerVladimir Still <xstill@mail.muni.cz>2014-08-31 21:39:03 +0200
commit5588ad472b2ce83ba6f0854b1a6491569ec51509 (patch)
tree59df051922c04d7ac723949b1d5d0271a3086dab /nixos/modules/config/vpnc.nix
parent3da42c811ffd082f92a82fb8f2f0ce0016e31fd7 (diff)
vpnc: Fix building of system config.
Diffstat (limited to 'nixos/modules/config/vpnc.nix')
-rw-r--r--nixos/modules/config/vpnc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/vpnc.nix b/nixos/modules/config/vpnc.nix
index e79e4d1c20f8..68d755232ebe 100644
--- a/nixos/modules/config/vpnc.nix
+++ b/nixos/modules/config/vpnc.nix
@@ -16,7 +16,7 @@ in
networking.vpnc = {
services = mkOption {
type = types.attrsOf types.str;
- default = [];
+ default = {};
example = {
test =
''