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:
binarycat 2024-03-29 13:59:43 -04:00 committed by zowoq
parent 85d0f05c0f
commit 68382e08f7

View file

@ -25,6 +25,11 @@ let
keys = ./keys/binarycat;
};
binarycat-untrusted = {
trusted = false;
keys = ./keys/binarycat;
};
bobby285271 = {
trusted = true;
keys = ./keys/bobby285271;