enable plymouth on foureighty
This commit is contained in:
parent
cb2d12ac14
commit
f56c23a2af
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@
|
|||
fileSystems."/" = { options = [ "compress=zstd" ]; };
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
boot.plymouth = {
|
||||
enable = true;
|
||||
logo = ./boot.png;
|
||||
};
|
||||
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue