From c44d7c2f90779ddc013873de03b23fc9bd4111bb Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@private.storage> Date: Thu, 10 Feb 2022 12:30:54 +0000 Subject: [PATCH] Revert "Also turn on auto-optimize nix store on local dev VMs" This reverts commit 3113a3e683bdf4ed6b939767b31c459951afabdf. Thinking a second time: While the staging grid is deployed to by an automaton anyway and it taking a minute longer won't bother us, 20 % space savings is probably not worth slowing down development interactivity. --- morph/lib/hardware-vagrant.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/morph/lib/hardware-vagrant.nix b/morph/lib/hardware-vagrant.nix index 890d88d5..6c41af49 100644 --- a/morph/lib/hardware-vagrant.nix +++ b/morph/lib/hardware-vagrant.nix @@ -26,10 +26,6 @@ # your boot until you press *. boot.initrd.checkJournalingFS = false; - # Turn on automatic optimization of nix store - # https://nixos.wiki/wiki/Storage_optimization - nix.autoOptimiseStore = true; - networking.interfaces.enp0s8.ipv4.addresses = [{ address = config.grid.publicIPv4; prefixLength = 24; -- GitLab