nix_optimize: Add optimization of store and automatic GC call
All checks were successful
check / check (push) Successful in 29s
All checks were successful
check / check (push) Successful in 29s
This commit is contained in:
parent
2e0519fb94
commit
bb5e2ceb90
4 changed files with 26 additions and 0 deletions
|
@ -28,6 +28,10 @@
|
|||
};
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# Limit the number of generations to keep
|
||||
boot.loader.systemd-boot.configurationLimit = 10;
|
||||
# boot.loader.grub.configurationLimit = 10;
|
||||
|
||||
networking.hostName = "nixos-desktop-perso"; # Define your hostname.
|
||||
|
||||
modules.system = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue