mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update configuration.nix
This commit is contained in:
parent
aad5944098
commit
d9bcd78862
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
systemd-boot.consoleMode = "0";
|
systemd-boot.consoleMode = "0";
|
||||||
systemd-boot.configurationLimit = 10;
|
systemd-boot.configurationLimit = 5;
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.plymouth.enable = true;
|
boot.plymouth.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue