mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +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 {
|
config = lib.mkIf cfg.enable {
|
||||||
systemd.user.services.bleachbit-cleanup = {
|
systemd.user.services.bleachbit = {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "Periodic cleaning with Bleachbit";
|
Description = "Periodic cleaning with Bleachbit";
|
||||||
Documentation = [ "man:bleachbit(1)" "https://www.bleachbit.org" ];
|
Documentation = [ "man:bleachbit(1)" "https://www.bleachbit.org" ];
|
||||||
@ -116,7 +116,7 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.timers.bleachbit-cleanup = {
|
systemd.user.timers.bleachbit = {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "Periodic cleaning with Bleachbit";
|
Description = "Periodic cleaning with Bleachbit";
|
||||||
Documentation = [ "man:bleachbit(1)" "https://www.bleachbit.org" ];
|
Documentation = [ "man:bleachbit(1)" "https://www.bleachbit.org" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user