nixos/community-builder: add binarycat-untrusted user
i want to do some testing related to untrusted users and distributed builds, and in order to do that i need access to an untrusted user.
This commit is contained in:
parent
85d0f05c0f
commit
68382e08f7
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ let
|
||||||
keys = ./keys/binarycat;
|
keys = ./keys/binarycat;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
binarycat-untrusted = {
|
||||||
|
trusted = false;
|
||||||
|
keys = ./keys/binarycat;
|
||||||
|
};
|
||||||
|
|
||||||
bobby285271 = {
|
bobby285271 = {
|
||||||
trusted = true;
|
trusted = true;
|
||||||
keys = ./keys/bobby285271;
|
keys = ./keys/bobby285271;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue