nixos/nix: disable unwanted options

This commit is contained in:
Guanran Wang 2024-07-07 21:40:43 +08:00
parent 3c31179572
commit 09b7862c23
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -22,7 +22,12 @@
];
trusted-users = ["@wheel"];
experimental-features = ["auto-allocate-uids" "cgroups"];
experimental-features = [
"auto-allocate-uids"
"cgroups"
"no-url-literals"
];
allow-import-from-derivation = false;
auto-allocate-uids = true;
builders-use-substitutes = true;
use-cgroups = true;