@cryptotaxi247 / infra-1 / commits / ab859c36

haumea: allow brianmcgillion to login

Vladimír Čunát committed May 1, 2026 at 20:07 UTC ab859c363a0ec3d648b9f284c1ebebc40e9da847
2 files changed +9
build/haumea/default.nix
+7
@@ -49,4 +49,11 @@
49 powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
50
51 system.stateVersion = "14.12";
52 +
53 + users.users.root.openssh.authorizedKeys.keys =
54 + with (import ../../ssh-keys.nix);
55 + infra # maybe this isn't needed to add (again)?
56 + ++ [
57 + brianmcgillion # experiments with the old Hydra's DB
58 + ];
59 }
ssh-keys.nix
+2
@@ -17,6 +17,8 @@ rec {
17
18 jfly = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIImw0Xc1buEQ9WOskyGGeg3QwdbU7DTUQBiu02fObDlm jfly";
19
20 + brianmcgillion = "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKHHl5kgMDNQA/zqK+AzT4SO09rfAp+y/EeUC+Ow5XqyNid5lm6sgLGM+AqZDx0jOrMKWhd5lhzGDdtsSf0Y8g4= brian@saturn";
21 +
22 infra-core = [
23 hexa-gaia
24 hexa-helix