mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 14:23:55 -05:00
10 lines
125 B
Nix
10 lines
125 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
boot = {
|
|
consoleLogLevel = 0;
|
|
initrd.verbose = false;
|
|
plymouth.enable = true;
|
|
};
|
|
}
|