This commit is contained in:
Tao Tien 2025-11-13 08:38:07 -08:00
commit 08895d6867
2 changed files with 10 additions and 6 deletions

View file

@ -182,6 +182,10 @@
};
nixpkgs.config = {allowUnfree = true;};
nix.nixPath = ["nixpkgs=${pkgs.path}"];
nix.gc = {
automatic = true;
options = "--delete-older-than 7d";
};
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
system.stateVersion = lib.mkDefault "23.05";