Initial commit
This commit is contained in:
commit
b79d352847
37 changed files with 2191 additions and 0 deletions
7
secrets.nix
Normal file
7
secrets.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
let
|
||||
flygrounder = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIArRfRumAbMcRypGundddfVg7t+VOwVeQ+HUQfI9AFbX flygrounder@home";
|
||||
server = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOO6lKCmpKEarta4hBOcjHWznpf/RbCWuLS88/ZV1OeX root@nixos";
|
||||
in
|
||||
{
|
||||
"secrets/stalwart-admin-password.age".publicKeys = [ flygrounder server ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue