6 lines
173 B
Nix
6 lines
173 B
Nix
|
let
|
||
|
anastacia = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEplguGeXCbdz++Ry5pwJylmtAMnwtf1+9JoJnCGfw3A root@anastacia";
|
||
|
in {
|
||
|
"searx-env-file.age".publicKeys = [anastacia];
|
||
|
}
|