refactor some things, might have broken everything
This commit is contained in:
@ -6,23 +6,13 @@
|
||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2025/09/05 23:37:58 by tomoron #+# #+# #
|
||||
# Updated: 2026/05/07 17:41:52 by tomoron ### ########.fr #
|
||||
# Updated: 2026/06/14 17:50:09 by tomoron ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
{lib, pkgs, ... } :
|
||||
{pkgs, ... } :
|
||||
|
||||
{
|
||||
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||
|
||||
boot.loader = {
|
||||
systemd-boot.enable = true;
|
||||
systemd-boot.memtest86.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
timeout = 1;
|
||||
};
|
||||
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
boot.consoleLogLevel = 3;
|
||||
boot.initrd.verbose = false;
|
||||
boot.kernelParams = [
|
||||
@ -36,16 +26,6 @@
|
||||
boot.plymouth = {
|
||||
enable = true;
|
||||
theme = "nixos-bgrt";
|
||||
themePackages = with pkgs; [ #(adi1090x-plymouth-themes.override {
|
||||
# selected_themes = [ "black_hud" "circle_hud" "square_hud" "spinner_alt" ];
|
||||
# })
|
||||
# catppuccin-plymouth
|
||||
nixos-bgrt-plymouth
|
||||
];
|
||||
themePackages = with pkgs; [ nixos-bgrt-plymouth ];
|
||||
};
|
||||
|
||||
services.journald.extraConfig = ''
|
||||
SystemMaxUse=100M
|
||||
SystemMaxFileSize=50M
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user