mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
11 lines
206 B
Nix
11 lines
206 B
Nix
_: {
|
|
boot.loader.systemd-boot.configurationLimit = 10;
|
|
|
|
nix.gc = {
|
|
automatic = true;
|
|
dates = "weekly";
|
|
options = "--delete-older-than 7d";
|
|
};
|
|
|
|
nix.settings.auto-optimise-store = true;
|
|
}
|