Skip to content

Commit

Permalink
Give myself access to non-critical infra
Browse files Browse the repository at this point in the history
I'm going to be working on <#485>.
This will give me the power to do most of the work there, except for
deploying the relevant DNS changes with Terraform.
  • Loading branch information
jfly committed Sep 30, 2024
1 parent c302b98 commit 7699672
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion non-critical-infra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Come and talk to us on matrix: #infra:nixos.org
## For the contributors

### Secret access
Secret access is on a "need to have" basis. If you think you need access to the secrets, please add you key to the `.sops.yaml` file on a PR and ping people that already have access for them to run the `updatekeys` command.
Secret access is on a "need to have" basis. If you think you need access to the secrets, please add your key to the `.sops.yaml` file on a PR and ping people that already have access for them to run the `updatekeys` command.
4 changes: 3 additions & 1 deletion ssh-keys.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ rec {
mic92-turingmachine = "[email protected] AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIEVSsc5mlP8aWiUVwWWM3gKlB5LHVpmKSifnDyox/BnVAAAABHNzaDo= yubikey1";
mic92-evo = "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCsjXKHCkpQT4LhWIdT0vDM/E/3tw/4KHTQcdJhyqPSH0FnwC8mfP2N9oHYFa2isw538kArd5ZMo5DD1ujL5dLk= [email protected]’s-Laptop.local";

jfly = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIImw0Xc1buEQ9WOskyGGeg3QwdbU7DTUQBiu02fObDlm jfly";

infra-core = [
edef
hexa-gaia
Expand All @@ -25,7 +27,7 @@ rec {
mic92-evo
];

infra = infra-core;
infra = infra-core ++ [ jfly ];

machines = {
haumea = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBamzRwZmoLjBFoNruGSVJEahk02Ku7NrBOmqcRWxcPm";
Expand Down

0 comments on commit 7699672

Please sign in to comment.