feat: nix.gc.automatic = true

This commit is contained in:
Ryan Yin
2023-06-09 10:35:11 +08:00
parent 0e194466d4
commit e499f0ee37
3 changed files with 29 additions and 3 deletions

View File

@@ -1,11 +1,9 @@
{
description = "NixOS configuration of Ryan Yin";
# the nixConfig here only affects the flake itself, not the system configuration!
nixConfig = {
experimental-features = [ "nix-command" "flakes" ];
# Manual optimise storage: nix-store --optimise
# https://nixos.org/manual/nix/stable/command-ref/conf-file.html#conf-auto-optimise-store
auto-optimise-store = true;
substituters = [
# replace official cache with a mirror located in China