Skip to content
Snippets Groups Projects
Commit c44d7c2f authored by Florian Sesser's avatar Florian Sesser
Browse files

Revert "Also turn on auto-optimize nix store on local dev VMs"

This reverts commit 3113a3e6.

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.
parent 3113a3e6
No related branches found
No related tags found
2 merge requests!264merge develop into production,!255Auto-optimize nix stores on dev and staging VMs
Pipeline #1806 passed
...@@ -26,10 +26,6 @@ ...@@ -26,10 +26,6 @@
# your boot until you press *. # your boot until you press *.
boot.initrd.checkJournalingFS = false; 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 = [{ networking.interfaces.enp0s8.ipv4.addresses = [{
address = config.grid.publicIPv4; address = config.grid.publicIPv4;
prefixLength = 24; prefixLength = 24;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment