Fix nix trusted users
This commit is contained in:
parent
55e2169571
commit
be47076928
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ in with lib; {
|
|||
'';
|
||||
nix.registry.nixpkgs.flake = nixpkgs;
|
||||
nix.registry.pwnix.flake = pwnix;
|
||||
nix.settings.trusted-users = [
|
||||
"@wheel"
|
||||
"root"
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue