pinwheel: Add syncthing

Sync
- org
- personal
This commit is contained in:
Alexander Heldt
2023-08-04 15:34:52 +02:00
parent 608d968a05
commit 5d5a940cc5
4 changed files with 68 additions and 1 deletions

Binary file not shown.

Binary file not shown.

7
secrets/secrets.nix Normal file
View File

@@ -0,0 +1,7 @@
let
pinwheel = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMoI7Q4zT2AGXU+i8fLmzcNLdfMkEnfHYh4PmaEmo2QW root@pinwheel";
alex = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILTw7VCV4z5At0e+oCG+3I3tSyhmLJgQkWlhaYJVlyS8 alex.bennu2@github.com";
in {
"pinwheel/syncthing-cert.age".publicKeys = [ pinwheel alex ];
"pinwheel/syncthing-key.age".publicKeys = [ pinwheel alex ];
}