Skip to content

Commit

Permalink
Put myself in the same list as the other makemake wheel users (#322)
Browse files Browse the repository at this point in the history
`ngi-admins` is only used by this, so this doesn't change the meaning of
the code, it just folds a special case (me) into a common case (the
other non-core "NGI admins").

C.F. f587218
  • Loading branch information
Ericson2314 authored Jan 4, 2024
1 parent 3e71b54 commit 88a4d8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ngi0/makemake/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
boot.loader.grub.copyKernels = true;

users.extraUsers.root.openssh.authorizedKeys.keys =
with import ../../ssh-keys.nix; ngi-admins ++ [ john-ericson ];
(import ../../ssh-keys.nix).ngi-admins;
})
];
};
Expand Down
2 changes: 1 addition & 1 deletion ssh-keys.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ rec {
julienmalka
];

ngi-admins = infra-core ++ [ regnat cleeyv lorenz-leutgeb tomberek ];
ngi-admins = infra-core ++ [ regnat cleeyv lorenz-leutgeb tomberek john-ericson ];
}

0 comments on commit 88a4d8e

Please sign in to comment.