Fix deprecated store optimization

This commit is contained in:
Tobias Ostner 2024-11-28 12:37:32 +07:00
parent 864a55c13c
commit 8ade1cc2cb

View file

@ -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"];