enable plymouth on foureighty

This commit is contained in:
Cyryl Płotnicki 2022-10-25 22:16:29 +01:00
parent cb2d12ac14
commit f56c23a2af

View file

@ -18,6 +18,10 @@
fileSystems."/" = { options = [ "compress=zstd" ]; };
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.plymouth = {
enable = true;
logo = ./boot.png;
};
zramSwap = {
enable = true;