Reenable logrotate, still not sure what this does

This commit is contained in:
Bun 2025-03-28 05:41:26 -04:00
parent c6ead08127
commit aded6c206e
2 changed files with 1 additions and 3 deletions

View file

@ -5,7 +5,7 @@
backupFileExtension = "bak"; backupFileExtension = "bak";
extraSpecialArgs = { extraSpecialArgs = {
inherit inherit
stable stable
unstable unstable
nur nur
blender blender

View file

@ -16,6 +16,4 @@
less.lessopen = null; less.lessopen = null;
command-not-found.enable = false; command-not-found.enable = false;
}; };
services.logrotate.enable = false;
} }