catarina: fix missed priveleges for nix-daemon

This commit is contained in:
L-Nafaryus 2024-04-04 16:21:00 +05:00
parent 7c7c0a10c2
commit 77e968b918
Signed by: L-Nafaryus
GPG Key ID: 582F8B0866B294A1

View File

@ -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="