feat(system): add myself as trusted user for nix

This commit is contained in:
xezo360hye 2024-08-16 02:03:02 +03:00
parent 8dd38dd6c0
commit 9aa3ab5d41

View File

@ -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;