nix_optimize: Add optimization of store and automatic GC call
All checks were successful
check / check (push) Successful in 29s

This commit is contained in:
Florian RICHER 2025-01-26 21:19:35 +01:00
parent 2e0519fb94
commit bb5e2ceb90
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
4 changed files with 26 additions and 0 deletions

View file

@ -17,6 +17,10 @@
boot.loader.systemd-boot.enable = true;
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-laptop-perso"; # Define your hostname.
hardware.nvidia.prime = {