deadnix
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
systemd.user.services =
|
systemd.user.services =
|
||||||
config.my.scripts
|
config.my.scripts
|
||||||
|> lib.mapAttrs' (
|
|> lib.mapAttrs' (
|
||||||
name: script:
|
_name: script:
|
||||||
lib.nameValuePair "${script.name}" (
|
lib.nameValuePair "${script.name}" (
|
||||||
lib.mkIf (script.enable && script.service) {
|
lib.mkIf (script.enable && script.service) {
|
||||||
restartIfChanged = true;
|
restartIfChanged = true;
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
systemd.user.timers =
|
systemd.user.timers =
|
||||||
config.my.scripts
|
config.my.scripts
|
||||||
|> lib.mapAttrs' (
|
|> lib.mapAttrs' (
|
||||||
name: script:
|
_name: script:
|
||||||
lib.nameValuePair "${script.name}" (
|
lib.nameValuePair "${script.name}" (
|
||||||
lib.mkIf (script.enable && script.service) {
|
lib.mkIf (script.enable && script.service) {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user