mirror of
https://github.com/larstvei/nix-config.git
synced 2025-09-16 03:50:12 +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;
|
||||
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
@ -35,6 +33,8 @@
|
||||
"larstvei.cachix.org-1:mJq98qeTBnm2xNNibn2BEwN1ggi6uQg+5hWASdG1Vys="
|
||||
];
|
||||
};
|
||||
|
||||
optimise.automatic = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
|
Loading…
Reference in New Issue
Block a user