Add backups
This commit is contained in:
parent
b79d352847
commit
a10d48d007
4 changed files with 94 additions and 35 deletions
|
|
@ -1,7 +1,10 @@
|
|||
let
|
||||
flygrounder = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIArRfRumAbMcRypGundddfVg7t+VOwVeQ+HUQfI9AFbX flygrounder@home";
|
||||
server = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOO6lKCmpKEarta4hBOcjHWznpf/RbCWuLS88/ZV1OeX root@nixos";
|
||||
myKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIArRfRumAbMcRypGundddfVg7t+VOwVeQ+HUQfI9AFbX flygrounder@home";
|
||||
serverKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOO6lKCmpKEarta4hBOcjHWznpf/RbCWuLS88/ZV1OeX root@nixos";
|
||||
keys = [myKey serverKey];
|
||||
in
|
||||
{
|
||||
"secrets/stalwart-admin-password.age".publicKeys = [ flygrounder server ];
|
||||
"secrets/stalwart-admin-password.age".publicKeys = keys;
|
||||
"secrets/restic-password.age".publicKeys = keys;
|
||||
"secrets/restic-environment.age".publicKeys = keys;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue