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