Skip to content

Commit

Permalink
config: Add comment explaining 'admins'
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Sep 5, 2024
1 parent e94b76a commit 7a7f3e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/config/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
adminUser = "admin";
# Users who are authorized to SSH as `adminUser` (see above) to our hosts
admins = {
srid = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHQRxPoqlThDrkR58pKnJgmeWPY9/wleReRbZ2MOZRyd";
};
Expand Down

0 comments on commit 7a7f3e4

Please sign in to comment.