diff options
Diffstat (limited to 'secrets/secrets.nix')
| -rw-r--r-- | secrets/secrets.nix | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 658da54..5184454 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -22,17 +22,15 @@ in users.fcuny hosts.do ]; - "restic_password.age".publicKeys = [ - users.fcuny - hosts.vm-synology - ]; - "restic_gcs_credentials.age".publicKeys = [ + "restic-pw.age".publicKeys = [ users.fcuny hosts.vm-synology + hosts.rivendell ]; "nas_client.age".publicKeys = [ users.fcuny hosts.vm-synology + hosts.rivendell ]; # this is the SSH key we use to access the remote builder. "ssh-remote-builder.age".publicKeys = [ |
