panacea/secrets/secrets.nix

10 lines
286 B
Nix
Raw Permalink Normal View History

2021-08-09 02:10:51 +02:00
let
2024-11-19 14:18:32 +01:00
coolneng = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC57m1j/G6iQyi2EpU3nj3+df5Z4PL/XbiOmDcqA7ODg";
in
{
2021-08-13 11:00:13 +02:00
"wireguard.age".publicKeys = [ coolneng ];
"syncthing.age".publicKeys = [ coolneng ];
2022-01-27 00:29:15 +01:00
"samba-ugent.age".publicKeys = [ coolneng ];
2022-05-02 05:47:52 +02:00
"msmtp.age".publicKeys = [ coolneng ];
2021-08-13 11:00:13 +02:00
}