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