1
Fork 0
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:
RGBCube 2023-11-08 08:36:10 +03:00
parent 46c17ace6a
commit 9ec2173a9e
No known key found for this signature in database

View file

@ -104,12 +104,15 @@
home-manager.nixosModules.home-manager
{
nix.gc.automatic = true;
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
networking.hostName = hostName;
boot.tmp.cleanOnBoot = true;
networking.hostName = hostName;
nixpkgs.hostPlatform = hostPlatform;
home-manager.useGlobalPkgs = true;