teml
This commit is contained in:
10
modules/nixos/boot/default.nix
Normal file
10
modules/nixos/boot/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ ... }:
|
||||
{
|
||||
boot = {
|
||||
kernelParams = [
|
||||
"quiet"
|
||||
];
|
||||
};
|
||||
|
||||
zramSwap.enable = true;
|
||||
}
|
||||
6
modules/nixos/boot/plymouth/default.nix
Normal file
6
modules/nixos/boot/plymouth/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ ... }:
|
||||
{
|
||||
boot.plymouth = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user