mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-16 12:00:13 +00:00
Got a very scary warning causing this change
This commit is contained in:
parent
3d6ed3ac9c
commit
8618bcc623
@ -9,8 +9,6 @@
|
|||||||
package = pkgs.nix;
|
package = pkgs.nix;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
auto-optimise-store = true;
|
|
||||||
|
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
@ -35,6 +33,8 @@
|
|||||||
"larstvei.cachix.org-1:mJq98qeTBnm2xNNibn2BEwN1ggi6uQg+5hWASdG1Vys="
|
"larstvei.cachix.org-1:mJq98qeTBnm2xNNibn2BEwN1ggi6uQg+5hWASdG1Vys="
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
optimise.automatic = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
|
Loading…
Reference in New Issue
Block a user