From 07ad0279bb5838c9e655a0b567c95cf1527ff71c Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Tue, 30 Sep 2025 09:31:16 +0200 Subject: [PATCH] [Tibo-NixTop] Tweak boot --- nixos/hosts/Tibo-NixTop/default.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/Tibo-NixTop/default.nix b/nixos/hosts/Tibo-NixTop/default.nix index 9993e07..7431ae5 100644 --- a/nixos/hosts/Tibo-NixTop/default.nix +++ b/nixos/hosts/Tibo-NixTop/default.nix @@ -74,12 +74,19 @@ loader = { # Use the systemd-boot EFI boot loader. - systemd-boot.enable = true; + systemd-boot = { + enable = true; + + editor = false; + memtest86.enable = true; + }; efi.canTouchEfiVariables = true; }; # Use latest kernel. kernelPackages = pkgs.linuxPackages_latest; + + plymouth.enable = true; }; hardware.bluetooth = { @@ -117,6 +124,8 @@ power-profiles-daemon.enable = false; + smartd.enable = true; + thermald.enable = true; xserver = {