nixos/community-builder: add user emily
This commit is contained in:
parent
3c554a18f8
commit
b739d7a114
2 changed files with 7 additions and 0 deletions
1
modules/nixos/community-builder/keys/emily
Normal file
1
modules/nixos/community-builder/keys/emily
Normal file
|
@ -0,0 +1 @@
|
|||
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ4py+H9PRYoYM6I08J2M20IBIL57YByKJtfes0ZJO6ANM98oDNRJ62QzgQiyXAh5zs6h+WbTy4htxcIQ+kVp5o=
|
|
@ -136,6 +136,12 @@ let
|
|||
trusted = true;
|
||||
keys = ./keys/matthewcroughan;
|
||||
};
|
||||
|
||||
emily = {
|
||||
# lib.maintainers.emily, https://github.com/emilazy
|
||||
trusted = true;
|
||||
keys = ./keys/emily;
|
||||
};
|
||||
};
|
||||
|
||||
ifAttr = key: default: result: opts:
|
||||
|
|
Loading…
Add table
Reference in a new issue