feat(system): add myself as trusted user for nix
This commit is contained in:
parent
8dd38dd6c0
commit
9aa3ab5d41
@ -45,6 +45,7 @@ in
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix = {
|
||||
settings = {
|
||||
trusted-users = [ "andrey" ];
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
flake-registry = "";
|
||||
nix-path = config.nix.nixPath;
|
||||
|
Loading…
Reference in New Issue
Block a user