summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-28 00:13:53 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-04-28 00:13:53 +0300
commit4ff8f377afcfcb206c585f165dc1332c9fb1eba1 (patch)
tree2df363c4be265610f3982377b3a1dc61870a544a /nixos/modules/system
parent7ac1ef05fa162d8e3c35925034df72288df77c8b (diff)
parent49d1acb50f6465aceb5502de62e0c5d3a3d1d1a4 (diff)
downloadnixlib-4ff8f377afcfcb206c585f165dc1332c9fb1eba1.tar
nixlib-4ff8f377afcfcb206c585f165dc1332c9fb1eba1.tar.gz
nixlib-4ff8f377afcfcb206c585f165dc1332c9fb1eba1.tar.bz2
nixlib-4ff8f377afcfcb206c585f165dc1332c9fb1eba1.tar.lz
nixlib-4ff8f377afcfcb206c585f165dc1332c9fb1eba1.tar.xz
nixlib-4ff8f377afcfcb206c585f165dc1332c9fb1eba1.tar.zst
nixlib-4ff8f377afcfcb206c585f165dc1332c9fb1eba1.zip
Merge remote-tracking branch 'upstream/master' into staging
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/etc/etc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/etc/etc.nix b/nixos/modules/system/etc/etc.nix
index 9d5b3db472c3..163f4f4106e8 100644
--- a/nixos/modules/system/etc/etc.nix
+++ b/nixos/modules/system/etc/etc.nix
@@ -36,7 +36,7 @@ in
       type = types.loaOf types.optionSet;
       default = {};
       example = literalExample ''
-        { hosts =
+        { example-configuration-file =
             { source = "/nix/store/.../etc/dir/file.conf.example";
               mode = "0440";
             };