general quality of life improvements

This commit is contained in:
Yureka 2024-07-10 00:52:41 +02:00 committed by Yureka
parent a7d21e96a0
commit 39d2352bbc

View file

@ -21,4 +21,10 @@
dates = "daily";
options = "--delete-older-than 30d";
};
services.journald.extraConfig = "SystemMaxUse=512M";
boot.kernelParams = [
"panic=30" "boot.panic_on_fail"
];
}