forked from DGNum/liminix
fix(update): enableScrictShellChecks
This commit is contained in:
parent
7219e66992
commit
3373031ef4
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ in
|
||||||
{
|
{
|
||||||
inherit (utils.systemdUtils.types) units targets;
|
inherit (utils.systemdUtils.types) units targets;
|
||||||
services = lib.types.attrsOf (lib.types.submodule [
|
services = lib.types.attrsOf (lib.types.submodule [
|
||||||
|
{ enableStrictShellChecks = true; }
|
||||||
unitConfig
|
unitConfig
|
||||||
stage2ServiceOptions
|
stage2ServiceOptions
|
||||||
stage2ServiceConfig
|
stage2ServiceConfig
|
||||||
|
|
Loading…
Reference in a new issue