services/bleachbit: update unit names

This commit is contained in:
Gabriel Arazas 2023-02-11 09:16:32 +08:00
parent 7edaec8b60
commit 395a42d60b
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -105,7 +105,7 @@ in
};
config = lib.mkIf cfg.enable {
systemd.user.services.bleachbit-cleanup = {
systemd.user.services.bleachbit = {
Unit = {
Description = "Periodic cleaning with Bleachbit";
Documentation = [ "man:bleachbit(1)" "https://www.bleachbit.org" ];
@ -116,7 +116,7 @@ in
'';
};
systemd.user.timers.bleachbit-cleanup = {
systemd.user.timers.bleachbit = {
Unit = {
Description = "Periodic cleaning with Bleachbit";
Documentation = [ "man:bleachbit(1)" "https://www.bleachbit.org" ];