diff --git a/system/default.nix b/system/default.nix index a37f1f3..12ad2da 100755 --- a/system/default.nix +++ b/system/default.nix @@ -21,20 +21,21 @@ plymouth.enable = true; plymouth.logo = "${pkgs.nixos-icons}/share/icons/hicolor/64x64/apps/nix-snowflake-white.png"; loader = { - timeout = 1; - limine = { - enable = true; - maxGenerations = 10; - style = { - wallpapers = [ ]; - wallpaperStyle = "stretched"; - backdrop = "#1e1e2e"; - interface = { - branding = "kova's nixos!"; - brandingColor = 5; - }; - }; - }; + timeout = 0; + systemd-boot.enable = true; + # limine = { + # enable = true; + # maxGenerations = 10; + # style = { + # wallpapers = [ ]; + # wallpaperStyle = "stretched"; + # backdrop = "#1e1e2e"; + # interface = { + # branding = "kova's nixos!"; + # brandingColor = 5; + # }; + # }; + # }; }; kernelParams = [ "quiet" diff --git a/system/hosts/peach/default.nix b/system/hosts/peach/default.nix index e28d886..a0c4cc4 100644 --- a/system/hosts/peach/default.nix +++ b/system/hosts/peach/default.nix @@ -35,7 +35,6 @@ in ]; boot = { - loader.timeout = lib.mkForce 0; kernelParams = [ "appledrm.show_notch=1" ]; # thank you to u/douv: # https://www.reddit.com/r/AsahiLinux/comments/1sb8cby/retro_boot_logo/