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;