This commit is contained in:
2025-11-16 23:52:15 +08:00
parent b3f72c85ba
commit 646b68b960
6 changed files with 56 additions and 127 deletions
+3 -3
View File
@@ -18,9 +18,6 @@
# Opinionated: disable global registry
flake-registry = "";
# Deduplicate and optimize nix store
auto-optimise-store = true;
# Trusted users (useful for remote builds)
# trusted-users = [ "root" "@wheel" ];
@@ -28,6 +25,9 @@
nix-path = config.nix.nixPath;
};
# Deduplicate and optimize nix store
optimise.automatic = true;
# Garbage collection
gc = {
automatic = true;