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,12 +104,15 @@
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
|
|
||||||
{
|
{
|
||||||
|
nix.gc.automatic = true;
|
||||||
nix.settings.experimental-features = [
|
nix.settings.experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = hostName;
|
boot.tmp.cleanOnBoot = true;
|
||||||
|
|
||||||
|
networking.hostName = hostName;
|
||||||
nixpkgs.hostPlatform = hostPlatform;
|
nixpkgs.hostPlatform = hostPlatform;
|
||||||
|
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue