aboutsummaryrefslogtreecommitdiff
path: root/hosts/aptos/secrets/secrets.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/aptos/secrets/secrets.nix')
-rw-r--r--hosts/aptos/secrets/secrets.nix18
1 files changed, 16 insertions, 2 deletions
diff --git a/hosts/aptos/secrets/secrets.nix b/hosts/aptos/secrets/secrets.nix
index 28c4078..425a15f 100644
--- a/hosts/aptos/secrets/secrets.nix
+++ b/hosts/aptos/secrets/secrets.nix
@@ -1,4 +1,18 @@
let
- aptos =
+ fcuny =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIdlm/qoR/dnMjZhVSTtqFzkgN3Yf9eQ3pgKMiipg+dl";
-in { "wireguard_privatekey.age".publicKeys = [ aptos ]; }
+ aptos =
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOTcPGaiL+/Mwl8JzLHrBwas7QvWPjix4lnaAA1tw+5t";
+in {
+ "wireguard_privatekey.age".publicKeys = [ fcuny aptos ];
+
+ "syncthing/key.age" = {
+ publicKeys = [ fcuny aptos ];
+ owner = "fcuny";
+ };
+
+ "syncthing/cert.age" = {
+ publicKeys = [ fcuny aptos ];
+ owner = "fcuny";
+ };
+}