enable sandbox

This commit is contained in:
Adithya 2023-09-16 01:45:59 +05:30
parent 5907d5d811
commit 1ab24c1183
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -12,13 +12,14 @@
auto-optimise-store = true;
experimental-features = ["nix-command" "flakes" "auto-allocate-uids" "cgroups" "ca-derivations"];
auto-allocate-uids = true;
use-cgroups = true;
sandbox = true;
trusted-substituters = [
"https://nix-community.cachix.org/"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
use-cgroups = true;
};
};
}