소스 검색

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;