nixos/vaultwarden: fix typo in timer alias

This commit is contained in:
Guillaume Girol 2022-09-04 12:00:00 +00:00
parent 7160e94e27
commit 70b8ef1df6

View file

@ -223,7 +223,7 @@ ADMIN_TOKEN=...copy-paste a unique generated secret token here...
};
systemd.timers.backup-vaultwarden = mkIf (cfg.backupDir != null) {
aliases = [ "backup-bitwarden_rs.service" ];
aliases = [ "backup-bitwarden_rs.timer" ];
description = "Backup vaultwarden on time";
timerConfig = {
OnCalendar = mkDefault "23:00";