From aae66010d342ea700a5c0525bdcaa31f2e7d40a8 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Thu, 15 Jan 2026 16:43:08 +0100 Subject: semplificato il processo di boot --- hermes/nixos/boot.nix | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) (limited to 'hermes') diff --git a/hermes/nixos/boot.nix b/hermes/nixos/boot.nix index 73c1469..dcb773d 100644 --- a/hermes/nixos/boot.nix +++ b/hermes/nixos/boot.nix @@ -1,19 +1,8 @@ -{config, ...}: { +{...}: { boot = { - consoleLogLevel = 3; + consoleLogLevel = 4; - kernelParams = [ - "quiet" - "splash" - "udev.log_priority=3" - "boot.shell_on_fail" - ]; - - extraModulePackages = with config.boot.kernelPackages; [ - v4l2loopback - ]; - - extraModprobeConfig = "options v4l2loopback devices=1 video_nr=1 card_label=\"OBS Cam\" exclusive_caps=1"; + kernelParams = [ "boot.shell_on_fail" ]; loader = { timeout = 3; @@ -22,10 +11,5 @@ }; supportedFilesystems = [ "exfat" "ntfs" ]; - - plymouth = { - enable = true; - theme = "bgrt"; - }; }; } -- cgit v1.3