move ssh files

This commit is contained in:
KoenDR06 2025-10-01 12:30:21 +02:00
parent 05564059c8
commit 102b259832
2 changed files with 4 additions and 4 deletions

View file

@ -4,9 +4,9 @@ let
luna = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFu+XwTX1vF8Xqlna99Tu50TBT0cmOatb2LLwnC/33DU root@luna";
solis = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDKepQ6sJahN0VQTMowIiga2WZBCaNBTadca+OxCV6T6 root@solis";
terra = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN6Mog8ujGXnEZ3lXm4zrYclh/0xx4LhZV2U5zqqxALE root@terra";
systems = [luna solis terra];
all = [horseman] ++ systems;
in {
"secrets/wifi.age".publicKeys = all;