mmm
This commit is contained in:
+3
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user