about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-02-17T01·02+0000
committerVincent Ambo <tazjin@google.com>2020-02-17T01·02+0000
commit0e54b3eb6a5ab02d79fe9b22fede912cc83bfc36 (patch)
tree3dc4be54aa97b61297e574e12c0f3460f154b912
parent494e006c6ba3a17fcd930294fc94d521e28f08b1 (diff)
parentce4042ede72a63bb49cc737f977a323da47269ae (diff)
Merge branch 'fix/camden-trusted-users' r/557
-rw-r--r--ops/nixos/camden/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/ops/nixos/camden/default.nix b/ops/nixos/camden/default.nix
index 8eec1d2303..7c9c2a4c59 100644
--- a/ops/nixos/camden/default.nix
+++ b/ops/nixos/camden/default.nix
@@ -66,6 +66,8 @@ in pkgs.lib.fix(self: {
       "depot=/home/tazjin/depot"
       "nixpkgs=${pkgs.third_party.nixpkgsSrc}"
     ];
+
+    trustedUsers = [ "root" "tazjin" ];
   };
   nixpkgs.pkgs = nixpkgs;