Merge pull request #137 from numtide/fix-systemd-shellcheck
Fix systemd module
This commit is contained in:
commit
65486f5631
1 changed files with 2 additions and 0 deletions
|
|
@ -47,6 +47,8 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
enableStrictShellChecks = lib.mkEnableOption "running shellcheck on the generated scripts for systemd units.";
|
||||
|
||||
units = lib.mkOption {
|
||||
description = lib.mdDoc "Definition of systemd units.";
|
||||
default = { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue