fix(ops/nixos/camden): Add myself to trusted Nix users

This commit is contained in:
Vincent Ambo 2020-02-17 01:00:12 +00:00
parent 5bfd2f70ad
commit ce4042ede7

View file

@ -66,6 +66,8 @@ in pkgs.lib.fix(self: {
"depot=/home/tazjin/depot"
"nixpkgs=${pkgs.third_party.nixpkgsSrc}"
];
trustedUsers = [ "root" "tazjin" ];
};
nixpkgs.pkgs = nixpkgs;