home: fix formatting
This commit is contained in:
parent
684f27eca6
commit
572d813eed
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ in
|
||||||
systemd.user.timers."backup-keepassxc" = {
|
systemd.user.timers."backup-keepassxc" = {
|
||||||
Unit.Description = "Backup password DB";
|
Unit.Description = "Backup password DB";
|
||||||
Timer = {
|
Timer = {
|
||||||
OnBootSec= "15min";
|
OnBootSec = "15min";
|
||||||
OnUnitActiveSec = "1d";
|
OnUnitActiveSec = "1d";
|
||||||
};
|
};
|
||||||
Install.WantedBy = [ "timers.target" ];
|
Install.WantedBy = [ "timers.target" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue