add all experimental nix options

This commit is contained in:
Gerg-L 2023-09-06 20:21:05 -04:00
parent 09b6ad0ca6
commit b77331c4cb
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI

View file

@ -26,8 +26,19 @@ in {
flake-registry = builtins.toFile "empty-flake-registry.json" ''{"flakes":[],"version":2}'';
experimental-features = [
"nix-command"
"auto-allocate-uids"
"ca-derivations"
"cgroups"
"daemon-trust-override"
"dynamic-derivations"
"fetch-closure"
"flakes"
"impure-derivations"
"nix-command"
"no-url-literals"
"parse-toml-timestamps"
"read-only-local-store"
"recursive-nix"
"repl-flake"
];
auto-optimise-store = true;
@ -42,6 +53,7 @@ in {
];
allowed-users = [];
use-xdg-base-directories = true;
auto-allocate-uids = true;
};
#
# Fix for use-xdg-base-directories https://github.com/NixOS/nixpkgs/pull/241518