fix(ops/nixos/camden): Add myself to trusted Nix users
This commit is contained in:
parent
5bfd2f70ad
commit
ce4042ede7
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ in pkgs.lib.fix(self: {
|
|||
"depot=/home/tazjin/depot"
|
||||
"nixpkgs=${pkgs.third_party.nixpkgsSrc}"
|
||||
];
|
||||
|
||||
trustedUsers = [ "root" "tazjin" ];
|
||||
};
|
||||
nixpkgs.pkgs = nixpkgs;
|
||||
|
||||
|
|
Loading…
Reference in a new issue