aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/generic.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix
index b8b2a6e..8d34a16 100644
--- a/nixos/modules/generic.nix
+++ b/nixos/modules/generic.nix
@@ -9,7 +9,9 @@ with lib;
nix = {
extraOptions = "experimental-features = nix-command flakes";
- autoOptimiseStore = true;
+ settings = {
+ auto-optimise-store = true;
+ };
registry = {
personal.to = {
type = "git";