1
0
Fork 0

Modify maintenance

This commit is contained in:
Malte Brandy 2021-07-09 01:17:51 +02:00
parent e1ba26a2d5
commit 03807c53f4

View file

@ -5,7 +5,7 @@
Unit.Description = "Routine maintenance";
Service = {
Type = "oneshot";
ExecStart = "${config.home.profileDirectory}/bin/maintenance --only-on-update";
ExecStart = "${pkgs.kitty}/bin/kitty ${config.home.profileDirectory}/bin/maintenance --only-on-update";
};
};
timers.maintenance = {