Skip to content

Commit 7699672

Browse files
committed
Give myself access to non-critical infra
I'm going to be working on <NixOS#485>. This will give me the power to do most of the work there, except for deploying the relevant DNS changes with Terraform.
1 parent c302b98 commit 7699672

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

non-critical-infra/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Come and talk to us on matrix: #infra:nixos.org
1616
## For the contributors
1717

1818
### Secret access
19-
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.
19+
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.

ssh-keys.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ rec {
1515
mic92-turingmachine = "[email protected] AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIEVSsc5mlP8aWiUVwWWM3gKlB5LHVpmKSifnDyox/BnVAAAABHNzaDo= yubikey1";
1616
mic92-evo = "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCsjXKHCkpQT4LhWIdT0vDM/E/3tw/4KHTQcdJhyqPSH0FnwC8mfP2N9oHYFa2isw538kArd5ZMo5DD1ujL5dLk= [email protected]’s-Laptop.local";
1717

18+
jfly = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIImw0Xc1buEQ9WOskyGGeg3QwdbU7DTUQBiu02fObDlm jfly";
19+
1820
infra-core = [
1921
edef
2022
hexa-gaia
@@ -25,7 +27,7 @@ rec {
2527
mic92-evo
2628
];
2729

28-
infra = infra-core;
30+
infra = infra-core ++ [ jfly ];
2931

3032
machines = {
3133
haumea = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBamzRwZmoLjBFoNruGSVJEahk02Ku7NrBOmqcRWxcPm";

0 commit comments

Comments
 (0)