5 lines
118 B
Nix
5 lines
118 B
Nix
|
{ lib, ... }:
|
||
|
|
||
|
{
|
||
|
boot.plymouth.enable = lib.mkDefault true; # mkDefault for headless devices, check out server.nix
|
||
|
}
|