secrets: init secrets.nix file

This commit is contained in:
Sakooooo 2024-10-02 13:35:41 +04:00
parent bff18504c3
commit 252992006e
Signed by: sako
GPG key ID: 3FD715D87D7725E0

9
secrets/secrets.nix Normal file
View file

@ -0,0 +1,9 @@
let
sakotop =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPGAwG2Fqs3xNF/6/9GdznH/jUIqxW3aTYvmteuq9odZ sako@sakotop";
sakopc =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDjPSt4TykAJgafU9Trk7sr9wzXhBZxawDIZir0CPyDN";
shared = [ sakotop sakopc ];
in { "test.age".publicKeys = shared; }