diff --git a/configuration.nix b/configuration.nix index bb32eb4..2f5a26a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -16,6 +16,8 @@ boot.loader.efi.canTouchEfiVariables = false; boot.loader.efi.efiSysMountPoint = "/boot"; + boot.plymouth.enable = true; + boot.initrd.systemd.enable = true; boot.initrd.verbose = false;