Merge pull request #15028 from grahamc/patch-4

Update `etc` example to not use a real config file
This commit is contained in:
Joachim Fasting 2016-04-27 18:41:06 +02:00
commit a2b0713030

View File

@ -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";
};