diff options
Diffstat (limited to 'modules/nix.nix')
-rw-r--r-- | modules/nix.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/nix.nix b/modules/nix.nix index e1f1e163..504942ec 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -6,9 +6,7 @@ daemonNiceLevel = 10; daemonIONiceLevel = 4; - extraOptions = '' - auto-optimise-store = true - ''; + autoOptimiseStore = true; gc = { automatic = true; options = "--delete-older-than 30d"; |