deadnix
This commit is contained in:
parent
6846fc3eec
commit
f366c208e0
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user