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