feat: bump to nixos 25.05

This commit is contained in:
Ryan Yin
2025-05-21 12:07:46 +08:00
parent d66ca3680c
commit a2007fd88c
29 changed files with 94 additions and 94 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
sshKeyPath = "/etc/agenix/ssh-key-for-restic-backup";
rcloneConfigFile = "/etc/agenix/rclone-conf-for-restic-backup";
in {
# https://github.com/NixOS/nixpkgs/blob/nixos-24.11/nixos/modules/services/backup/restic.nix
# https://github.com/NixOS/nixpkgs/blob/nixos-25.05/nixos/modules/services/backup/restic.nix
services.restic.backups = {
homelab-backup = {
inherit passwordFile;