Infini-FRAMEWORK: disable gc for NixCon

This commit is contained in:
Infinidoge 2025-09-05 05:17:23 -04:00
parent 36918f1e52
commit 8d3664ceec
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -91,4 +91,6 @@
};
#networking.proxy.default = "http://infini-dl360.tailnet.inx.moe:8118";
nix.gc.automatic = false; # Disable for NixCon
}