Add base agenix files

This commit is contained in:
thiloho
2023-10-31 12:10:31 +01:00
parent 95d1ed9112
commit bd18961601
4 changed files with 83 additions and 2 deletions

7
secrets/secrets.nix Normal file
View File

@@ -0,0 +1,7 @@
let
server = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHzBBw5pNpuCg1e9cJcQfcxKuTFZ0cleMkEiRZDxE+qQ thiloho@server";
in
{
"hedgedoc-environment-file.age".publicKeys = [ server ];
"discord-bot-token.age".publicKeys = [ server ];
}