Merge pull request #137 from numtide/fix-systemd-shellcheck

Fix systemd module
This commit is contained in:
Ramses 2024-10-19 20:36:00 +02:00 committed by GitHub
commit 65486f5631
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,6 +47,8 @@ in
''; '';
}; };
enableStrictShellChecks = lib.mkEnableOption "running shellcheck on the generated scripts for systemd units.";
units = lib.mkOption { units = lib.mkOption {
description = lib.mdDoc "Definition of systemd units."; description = lib.mdDoc "Definition of systemd units.";
default = { }; default = { };