summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--modules/nix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nix.nix b/modules/nix.nix
index 35b7cea6..e5353de5 100644
--- a/modules/nix.nix
+++ b/modules/nix.nix
@@ -7,7 +7,7 @@
     daemonIONiceLevel = 4;
 
     extraOptions = ''
-      auto-optimise-store = true;
+      auto-optimise-store = true
     '';
     gc = {
       automatic = true;