From c59102676bb91be1e389b6ce367d9a288030e04e Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 28 Mar 2024 00:10:43 +0000 Subject: [PATCH] Disable plymouth --- machines/talos/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/machines/talos/configuration.nix b/machines/talos/configuration.nix index 5ec6a1e..b76ad40 100644 --- a/machines/talos/configuration.nix +++ b/machines/talos/configuration.nix @@ -13,7 +13,6 @@ # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.plymouth.enable = true; networking.hostName = "talos"; networking.networkmanager.enable = true;