Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give myself access to non-critical infra #486

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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