towry / n

Lots of notes here, check out the issues.
http://git.io/vEsyU
MIT License
4 stars 0 forks source link

macos: warning: ignoring untrusted substituter #180

Closed towry closed 1 year ago

towry commented 1 year ago

Add trusted-user

On macos terminal:

sudo vim /etc/nix/nix.conf

trusted-user = root @staff {your_username}

run whoami or id to get the value of {your_username}

restart the daemon

sudo launchctl stop org.nixos.nix-daemon
sudo launchctl start org.nixos.nix-daemon