aboutsummaryrefslogtreecommitdiff
path: root/secrets.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-31 14:16:38 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-31 14:16:38 -0600
commit32a534f0f1d5384aaa24babfe82f58271b974077 (patch)
treec552ad0f229bf7f66832999017e809297ec7a480 /secrets.nix
parent38770f9c2aa39e3c7af5a6bddb01fbad69de678b (diff)
real copyparty password
Diffstat (limited to 'secrets.nix')
-rw-r--r--secrets.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/secrets.nix b/secrets.nix
index d766bc7..7bcc9b9 100644
--- a/secrets.nix
+++ b/secrets.nix
@@ -5,4 +5,6 @@ in {
"tsnsrv-authkey.age".publicKeys = [ganymede.host_pubkey mercury.host_pubkey];
"williams-psk.age".publicKeys = [ganymede.host_pubkey];
"github-ssh-key.age".publicKeys = [mercury.host_pubkey jupiter.host_pubkey];
+
+ "collin-copyparty-password.age".publicKeys = [mercury.host_pubkey ganymede.host_pubkey];
}