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
|
@ -23,6 +23,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Limit the number of generations to keep
|
||||
# boot.loader.systemd-boot.configurationLimit = 10;
|
||||
boot.loader.grub.configurationLimit = 10;
|
||||
|
||||
networking.hostName = "nixos-vm"; # Define your hostname.
|
||||
users.users.florian.initialPassword = "test";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue