mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
add all experimental nix options
This commit is contained in:
parent
09b6ad0ca6
commit
b77331c4cb
1 changed files with 13 additions and 1 deletions
|
|
@ -26,8 +26,19 @@ in {
|
||||||
flake-registry = builtins.toFile "empty-flake-registry.json" ''{"flakes":[],"version":2}'';
|
flake-registry = builtins.toFile "empty-flake-registry.json" ''{"flakes":[],"version":2}'';
|
||||||
|
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
"nix-command"
|
"auto-allocate-uids"
|
||||||
|
"ca-derivations"
|
||||||
|
"cgroups"
|
||||||
|
"daemon-trust-override"
|
||||||
|
"dynamic-derivations"
|
||||||
|
"fetch-closure"
|
||||||
"flakes"
|
"flakes"
|
||||||
|
"impure-derivations"
|
||||||
|
"nix-command"
|
||||||
|
"no-url-literals"
|
||||||
|
"parse-toml-timestamps"
|
||||||
|
"read-only-local-store"
|
||||||
|
"recursive-nix"
|
||||||
"repl-flake"
|
"repl-flake"
|
||||||
];
|
];
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
|
|
@ -42,6 +53,7 @@ in {
|
||||||
];
|
];
|
||||||
allowed-users = [];
|
allowed-users = [];
|
||||||
use-xdg-base-directories = true;
|
use-xdg-base-directories = true;
|
||||||
|
auto-allocate-uids = true;
|
||||||
};
|
};
|
||||||
#
|
#
|
||||||
# Fix for use-xdg-base-directories https://github.com/NixOS/nixpkgs/pull/241518
|
# Fix for use-xdg-base-directories https://github.com/NixOS/nixpkgs/pull/241518
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue