modules/*/community-builder: add user matthewcroughan
This commit is contained in:
parent
e4e91d6a82
commit
7e0f467660
4 changed files with 14 additions and 0 deletions
modules
darwin/community-builder
nixos/community-builder
2
modules/darwin/community-builder/keys/matthewcroughan
Normal file
2
modules/darwin/community-builder/keys/matthewcroughan
Normal file
|
@ -0,0 +1,2 @@
|
|||
sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIJMi3TAuwDtIeO4MsORlBZ31HzaV5bji1fFBPcC9/tWuAAAABHNzaDo=
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJRGo4DFyjy4qaQK+UyTECRURVVNs2ZqyVRfGAqc6t0a
|
|
@ -152,6 +152,11 @@ let
|
|||
trusted = true;
|
||||
uid = 552;
|
||||
}
|
||||
{
|
||||
name = "matthewcroughan";
|
||||
trusted = true;
|
||||
uid = 553;
|
||||
}
|
||||
];
|
||||
in
|
||||
{
|
||||
|
|
2
modules/nixos/community-builder/keys/matthewcroughan
Normal file
2
modules/nixos/community-builder/keys/matthewcroughan
Normal file
|
@ -0,0 +1,2 @@
|
|||
sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIJMi3TAuwDtIeO4MsORlBZ31HzaV5bji1fFBPcC9/tWuAAAABHNzaDo=
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJRGo4DFyjy4qaQK+UyTECRURVVNs2ZqyVRfGAqc6t0a
|
|
@ -104,6 +104,11 @@ let
|
|||
trusted = true;
|
||||
keys = ./keys/winter;
|
||||
};
|
||||
|
||||
matthewcroughan = {
|
||||
trusted = true;
|
||||
keys = ./keys/matthewcroughan;
|
||||
};
|
||||
};
|
||||
|
||||
ifAttr = key: default: result: opts:
|
||||
|
|
Loading…
Add table
Reference in a new issue