nixops: add sb to trusted nix users

pull/20/head
Sebastien Bourdeauducq 2021-07-13 16:55:51 +08:00
parent ad0e54c927
commit 4352b447c3
1 changed files with 1 additions and 1 deletions

View File

@ -72,5 +72,5 @@ in
nix.binaryCachePublicKeys = ["nixbld.m-labs.hk-1:5aSRVA5b320xbNvu30tqxVPXpld73bhtOeH6uAjRyHc="];
nix.binaryCaches = ["https://cache.nixos.org" "https://nixbld.m-labs.hk"];
nix.trustedUsers = ["root" "nix"];
nix.trustedUsers = ["root" "nix" "sb"];
}