parent
7c76ae1814
commit
875eea1330
|
@ -81,6 +81,7 @@ let
|
||||||
|
|
||||||
unitExample = type: literalExample ''
|
unitExample = type: literalExample ''
|
||||||
{
|
{
|
||||||
|
${toLower type}-name = {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "Example description";
|
Description = "Example description";
|
||||||
Documentation = [ "man:example(1)" "man:example(5)" ];
|
Documentation = [ "man:example(1)" "man:example(5)" ];
|
||||||
|
@ -90,6 +91,7 @@ let
|
||||||
…
|
…
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
};
|
||||||
'';
|
'';
|
||||||
|
|
||||||
sessionVariables = mkIf (cfg.sessionVariables != {}) {
|
sessionVariables = mkIf (cfg.sessionVariables != {}) {
|
||||||
|
|
Loading…
Reference in a new issue