diff --git a/modules/common/linux/default.nix b/modules/common/linux/default.nix index c67ca99..6d731ee 100644 --- a/modules/common/linux/default.nix +++ b/modules/common/linux/default.nix @@ -122,7 +122,6 @@ in boot.kernelPackages = mkDefault pkgs.linuxPackages_latest; # Use the systemd-boot EFI boot loader. boot = { - plymouth.enable = true; loader.timeout = 60; loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true;