mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Automatically collect store garbage
This commit is contained in:
parent
46c17ace6a
commit
9ec2173a9e
1 changed files with 4 additions and 1 deletions
|
@ -104,11 +104,14 @@
|
|||
home-manager.nixosModules.home-manager
|
||||
|
||||
{
|
||||
nix.gc.automatic = true;
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
|
||||
networking.hostName = hostName;
|
||||
nixpkgs.hostPlatform = hostPlatform;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue