diff --git a/nixos/boxes/foureighty/default.nix b/nixos/boxes/foureighty/default.nix index fd41f3d0..c6563a38 100644 --- a/nixos/boxes/foureighty/default.nix +++ b/nixos/boxes/foureighty/default.nix @@ -18,6 +18,10 @@ fileSystems."/" = { options = [ "compress=zstd" ]; }; boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + boot.plymouth = { + enable = true; + logo = ./boot.png; + }; zramSwap = { enable = true;