mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
services/bleachbit: update unit names
This commit is contained in:
parent
7edaec8b60
commit
395a42d60b
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user