Merge pull request #15028 from grahamc/patch-4
Update `etc` example to not use a real config file
This commit is contained in:
commit
a2b0713030
@ -36,7 +36,7 @@ in
|
|||||||
type = types.loaOf types.optionSet;
|
type = types.loaOf types.optionSet;
|
||||||
default = {};
|
default = {};
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
{ hosts =
|
{ example-configuration-file =
|
||||||
{ source = "/nix/store/.../etc/dir/file.conf.example";
|
{ source = "/nix/store/.../etc/dir/file.conf.example";
|
||||||
mode = "0440";
|
mode = "0440";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user