nixos/core: enable nix's auto-optimise-store
This commit is contained in:
parent
73498bc6fd
commit
202bab9d5d
1 changed files with 6 additions and 3 deletions
|
@ -22,9 +22,12 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
nix = {
|
||||
channel.enable = false;
|
||||
settings.experimental-features = [
|
||||
"no-url-literals"
|
||||
];
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
experimental-features = [
|
||||
"no-url-literals"
|
||||
];
|
||||
};
|
||||
nixPath = [
|
||||
"nixpkgs=${pkgs.selfExpr { useConfig = false; }}"
|
||||
"systemNixpkgs=${pkgs.selfExpr { useConfig = true; name = "systemNixpkgs-self"; }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue