diff --git a/flake.lock b/flake.lock index 54b0995..2d67326 100644 --- a/flake.lock +++ b/flake.lock @@ -311,11 +311,11 @@ ] }, "locked": { - "lastModified": 1771177007, - "narHash": "sha256-0P1phXIPhugZHInG67fxrYTdcAFcHR0/MzdJchAIilQ=", + "lastModified": 1771425170, + "narHash": "sha256-J8JzneB2X0HdqYfFT8SLeoMnnP5ZXI6KIUHz8hAAiao=", "ref": "refs/heads/prod", - "rev": "b5ee6c5fca294ea42e833ef612657f72bd31d1d2", - "revCount": 194, + "rev": "bc23a74e0d6469e632e10112c4813def38de4906", + "revCount": 195, "type": "git", "url": "ssh://git@github.com/TheWanderingCrow/nix-secrets" }, diff --git a/hosts/nixos/Dragneel/backups.nix b/hosts/nixos/Dragneel/backups.nix index 54c752e..3e46a53 100644 --- a/hosts/nixos/Dragneel/backups.nix +++ b/hosts/nixos/Dragneel/backups.nix @@ -20,8 +20,8 @@ extraOptions = [ "sftp.args='-i /etc/ssh/ssh_host_ed25519_key -p 23'" ]; - repositoryFile = config.sops.secrets."restic/hetzner-handlerone/url".path; - passwordFile = config.sops.secrets."restic/hetzner-handlerone/key".path; + repositoryFile = config.sops.secrets."restic/hetzner-dragneel/url".path; + passwordFile = config.sops.secrets."restic/hetzner-dragneel/key".path; paths = [ "/home/dragneel" ];