Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
40b2a8a83a6e71e460a2088e8ca2d1277a340fe9
/
.
/
modules
/
plymouth.nix
blob: 907c2e944b34142affc989ff3d79f9cfad8ab901 [
file
] [
log
] [
blame
]
{
config
=
{
boot
.
plymouth
.
enable
=
true
;
boot
.
initrd
.
systemd
.
enable
=
true
;
boot
.
kernelParams
=
[
"quiet"
];
};
}