SZWLTDX3SVMOR7TLYLTRPNZUQLG2YS2I46A3YHE32PTPP75NKASAC systemd.timers.nixos-wsl-backup = enabled {description = "Run NixOS-WSL backup every 6 hours";wantedBy = ["timers.target"];timerConfig = {OnBootSec = "1min";OnUnitActiveSec = "4h";Persistent = true;
systemd.timers.nixos-wsl-backup = {enable = true;description = "Run NixOS-WSL backup every 6 hours";wantedBy = [ "timers.target" ];timerConfig = {OnBootSec = "1min";OnUnitActiveSec = "4h";Persistent = true;};};