mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
feat: add secrets for x2100
This commit is contained in:
parent
1220ee4069
commit
4d09df25d3
1 changed files with 6 additions and 4 deletions
|
@ -3,12 +3,14 @@ let
|
|||
tower = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA9QGKzHJ5/PR/il8REaTxJKB4G2LEEts0BlcVz789lt";
|
||||
lisa = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO4kSscukEEoW/QiLgyZQluhsYK4wF+lFphlCakKYC2q";
|
||||
core-security = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICLnOINGYOFb+bLUUTV9sjwi2qbpwcaQlmGmWfy1PeGR";
|
||||
x2100 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG/zyse3NaSi9nxMSZ9ICYe4MMjUka+DewJ5M5N8cCBy";
|
||||
servers = [
|
||||
gustave
|
||||
tower
|
||||
lisa
|
||||
core-security
|
||||
];
|
||||
all = servers ++ [ x2100 ];
|
||||
in
|
||||
{
|
||||
"deluge-webui-password.age".publicKeys = [ lisa ];
|
||||
|
@ -20,10 +22,10 @@ in
|
|||
"buildbot-nix-workers.age".publicKeys = [ tower ];
|
||||
"ssh-lisa-pub.age".publicKeys = [ lisa ];
|
||||
"ssh-lisa-priv.age".publicKeys = [ lisa ];
|
||||
"git-gpg-private-key.age".publicKeys = servers;
|
||||
"user-julien-password.age".publicKeys = servers;
|
||||
"user-root-password.age".publicKeys = servers;
|
||||
"ens-mail-password.age".publicKeys = servers;
|
||||
"git-gpg-private-key.age".publicKeys = servers ++ [ x2100 ];
|
||||
"user-julien-password.age".publicKeys = all;
|
||||
"user-root-password.age".publicKeys = all;
|
||||
"ens-mail-password.age".publicKeys = servers ++ [ x2100 ];
|
||||
"julien-malka-sh-mail-password.age".publicKeys = [ lisa ];
|
||||
"malka-ens-school-mail-password.age".publicKeys = [ lisa ];
|
||||
"mondon-ens-school-mail-password.age".publicKeys = [ lisa ];
|
||||
|
|
Loading…
Add table
Reference in a new issue