diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-22 11:08:57 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-22 11:08:57 -0600 |
| commit | 87763bcc7d13e92b96c5743507795fba4444eabe (patch) | |
| tree | 1c394be7bbc358bc8dc3ad119f6ebf150ff0f974 /secrets/default.nix | |
| parent | 4bbaf8fff29ea4f50771025327cb16ed8995aab7 (diff) | |
give up on agenix; set up remote deploys (not currently working)
Diffstat (limited to 'secrets/default.nix')
| -rw-r--r-- | secrets/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/secrets/default.nix b/secrets/default.nix index 25dee35..4571e52 100644 --- a/secrets/default.nix +++ b/secrets/default.nix @@ -1,6 +1,6 @@ { - age.secrets = { - "collin@mercury-passwd".file = ./collin-mercury-passwd.age; - "collin@jupiter-passwd".file = ./collin-jupiter-passwd.age; + age = { + identityPaths = ["/etc/ssh/ssh_host_ed25519_key"]; + secrets = {}; }; } |
