mirror of
https://github.com/tboerger/nixos-config
synced 2024-11-22 18:21:58 +01:00
8 lines
161 B
Nix
8 lines
161 B
Nix
let
|
|
thomas = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINaQYR0/Oj6k1H03kshz2J7rlGCaDSuaGPhhOs9FcZfn";
|
|
users = [ thomas ];
|
|
in
|
|
{
|
|
"acme.age".publicKeys = users;
|
|
}
|