forked from M-Labs/it-infra
nixops: add sb to trusted nix users
This commit is contained in:
parent
ad0e54c927
commit
4352b447c3
|
@ -72,5 +72,5 @@ in
|
||||||
|
|
||||||
nix.binaryCachePublicKeys = ["nixbld.m-labs.hk-1:5aSRVA5b320xbNvu30tqxVPXpld73bhtOeH6uAjRyHc="];
|
nix.binaryCachePublicKeys = ["nixbld.m-labs.hk-1:5aSRVA5b320xbNvu30tqxVPXpld73bhtOeH6uAjRyHc="];
|
||||||
nix.binaryCaches = ["https://cache.nixos.org" "https://nixbld.m-labs.hk"];
|
nix.binaryCaches = ["https://cache.nixos.org" "https://nixbld.m-labs.hk"];
|
||||||
nix.trustedUsers = ["root" "nix"];
|
nix.trustedUsers = ["root" "nix" "sb"];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue