浏览代码

Fix nix-gc options

Thomas Dy 5 年之前
父节点
当前提交
ab8e8c5bae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configuration.nix

+ 1 - 1
configuration.nix

@@ -46,7 +46,7 @@
 
   nix.gc = {
     automatic = true;
-    options = "--delete-older-then 14d";
+    options = "--delete-older-than 14d";
   };
   systemd.timers.nix-gc.timerConfig.Persistent = true;