diff --git a/home/home/default.nix b/home/home/default.nix index a2492ac..6b2a28f 100644 --- a/home/home/default.nix +++ b/home/home/default.nix @@ -95,7 +95,7 @@ in systemd.user.timers."backup-keepassxc" = { Unit.Description = "Backup password DB"; Timer = { - OnBootSec= "15min"; + OnBootSec = "15min"; OnUnitActiveSec = "1d"; }; Install.WantedBy = [ "timers.target" ];