mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
9 lines
161 B
Nix
9 lines
161 B
Nix
let
|
|
myKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC6WNm4YAQO85j0aNQkKSH7QnmhgzKA4hA2ggi6cDyKk tomasr@nixos";
|
|
in
|
|
{
|
|
"ntfy.age".publicKeys = [
|
|
myKey
|
|
];
|
|
}
|