8 lines
270 B
Nix
8 lines
270 B
Nix
let
|
|
NOlaptop = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGFACYTHNr0dgtTe8cb6q+NwI1KaKJmNsUrnz5/8ZDvH";
|
|
systems = [NOlaptop];
|
|
in {
|
|
"uwuraid.age".publicKeys = systems;
|
|
"syncthing-NOcomputer.age".publicKeys = systems;
|
|
"syncthing-NOlaptop.age".publicKeys = systems;
|
|
}
|