Theia: add nix settings

This commit is contained in:
blahai 2024-11-08 00:17:24 +02:00
parent 5fea5f7400
commit e18bb8f3dd
Signed by: blahai
SSH key fingerprint: SHA256:ZfCryi+V64yG+vC1ZIIsqgvBCmA31tTi7RJ6M8CvpRc

View file

@ -26,7 +26,11 @@
nix = {
package = pkgs.lix;
settings = { experimental-features = [ "nix-command" "flakes" ]; };
settings = {
experimental-features = [ "nix-command" "flakes" ];
auto-optimise-store = true;
sandbox = true;
};
};
zramSwap = {