minor fix in documentation
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
99da7b85cb
commit
0ea84c4445
@ -194,7 +194,7 @@ rec {
|
|||||||
|
|
||||||
is transformed into
|
is transformed into
|
||||||
|
|
||||||
[ { boot = set1; } { boot = mkIf cond set2; services mkIf cond set3; } ].
|
[ { boot = set1; } { boot = mkIf cond set2; services = mkIf cond set3; } ].
|
||||||
|
|
||||||
This transform is the critical step that allows mkIf conditions
|
This transform is the critical step that allows mkIf conditions
|
||||||
to refer to the full configuration without creating an infinite
|
to refer to the full configuration without creating an infinite
|
||||||
|
Loading…
Reference in New Issue
Block a user