diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/store.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/store.nix b/config/store.nix index 79c4f91..38d98c5 100644 --- a/config/store.nix +++ b/config/store.nix @@ -3,6 +3,7 @@ { nix = { autoOptimiseStore = true; + experimental-features = [ "nix-command" "flakes" ]; gc = { automatic = true; dates = "daily"; |
