update secrets

This commit is contained in:
TheWanderingCrow 2026-02-18 09:33:08 -05:00
parent 20d848f249
commit 150e3f5ca7
2 changed files with 6 additions and 6 deletions

8
flake.lock generated
View file

@ -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"
},

View file

@ -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"
];