From 4352b447c323c9938c1972158c58d05a6d0f49e9 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 13 Jul 2021 16:55:51 +0800 Subject: [PATCH] nixops: add sb to trusted nix users --- nixops/rpi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixops/rpi.nix b/nixops/rpi.nix index 3e006c98..e72ef2ef 100644 --- a/nixops/rpi.nix +++ b/nixops/rpi.nix @@ -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"]; }