mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
7 lines
230 B
Nix
7 lines
230 B
Nix
|
|
let
|
||
|
|
server = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHzBBw5pNpuCg1e9cJcQfcxKuTFZ0cleMkEiRZDxE+qQ thiloho@server";
|
||
|
|
in
|
||
|
|
{
|
||
|
|
"hedgedoc-environment-file.age".publicKeys = [ server ];
|
||
|
|
"discord-bot-token.age".publicKeys = [ server ];
|
||
|
|
}
|