Don't automatically run gc or optimise the Nix

...store
This commit is contained in:
Oliver Davies 2025-03-10 20:44:27 +00:00
parent 6297a32ecd
commit e610e30658
4 changed files with 13 additions and 61 deletions

View file

@ -20,6 +20,19 @@
./programs.nix
];
nix = {
settings = {
auto-optimise-store = true;
experimental-features = [
"nix-command"
"flakes"
];
warn-dirty = false;
};
};
users.defaultUserShell = pkgs.zsh;
environment.systemPackages =