catarina: fix missed priveleges for nix-daemon
This commit is contained in:
parent
7c7c0a10c2
commit
77e968b918
@ -12,8 +12,8 @@ rec {
|
||||
nix = {
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
trusted-users = [ "nafaryus" ];
|
||||
allowed-users = [ "nafaryus" ];
|
||||
trusted-users = [ "l.nafaryus" ];
|
||||
allowed-users = [ "l.nafaryus" ];
|
||||
substituters = [ "https://nix-community.cachix.org" ];
|
||||
trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
|
Loading…
Reference in New Issue
Block a user