From 2d6696fc0a23976498d0033d03382880e24e953d Mon Sep 17 00:00:00 2001 From: Thomas Strobel Date: Mon, 29 Feb 2016 01:47:12 +0100 Subject: nixos-modules: Fixes related to "literalExample" and "defaultText". --- nixos/modules/services/networking/wpa_supplicant.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'nixos/modules/services/networking/wpa_supplicant.nix') diff --git a/nixos/modules/services/networking/wpa_supplicant.nix b/nixos/modules/services/networking/wpa_supplicant.nix index 88345fdc11e..a8f445a2c73 100644 --- a/nixos/modules/services/networking/wpa_supplicant.nix +++ b/nixos/modules/services/networking/wpa_supplicant.nix @@ -78,10 +78,11 @@ in { ''; default = {}; example = literalExample '' - echelon = { - psk = "abcdefgh"; - }; - "free.wifi" = {}; + { echelon = { + psk = "abcdefgh"; + }; + "free.wifi" = {}; + } ''; }; -- cgit 1.4.1