Fix deprecated store optimization
This commit is contained in:
parent
864a55c13c
commit
8ade1cc2cb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
{ hostname }:
|
{ hostname }:
|
||||||
{
|
{
|
||||||
nix = {
|
nix = {
|
||||||
|
optimise.automatic = true;
|
||||||
settings = {
|
settings = {
|
||||||
auto-optimise-store = true;
|
|
||||||
builders-use-substitutes = true;
|
builders-use-substitutes = true;
|
||||||
experimental-features = ["flakes" "nix-command"];
|
experimental-features = ["flakes" "nix-command"];
|
||||||
substituters = ["https://nix-community.cachix.org"];
|
substituters = ["https://nix-community.cachix.org"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue