Don't automatically run gc or optimise the Nix
...store
This commit is contained in:
parent
6297a32ecd
commit
e610e30658
4 changed files with 13 additions and 61 deletions
|
@ -64,27 +64,6 @@
|
|||
|
||||
zramSwap.enable = true;
|
||||
|
||||
nix = {
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "daily";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
|
||||
optimise.automatic = true;
|
||||
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
||||
warn-dirty = false;
|
||||
};
|
||||
};
|
||||
|
||||
networking.hosts = {
|
||||
"192.168.1.116" = [ "nixedo" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue