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;