home: fix formatting

This commit is contained in:
Tim Schubert 2023-11-04 15:10:29 +01:00
parent 684f27eca6
commit 572d813eed
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0

View file

@ -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" ];