nixos/vaultwarden: fix typo in timer alias
This commit is contained in:
parent
7160e94e27
commit
70b8ef1df6
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user