mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Make hardware configs better
This commit is contained in:
parent
0a5347c87a
commit
0be6e3650f
2 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,7 @@ systemConfiguration {
|
||||||
|
|
||||||
boot.loader.grub = enabled {
|
boot.loader.grub = enabled {
|
||||||
device = "/dev/vda";
|
device = "/dev/vda";
|
||||||
useOSProber = true;
|
# useOSProber = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [
|
boot.initrd.availableKernelModules = [
|
||||||
|
|
|
@ -4,7 +4,6 @@ systemConfiguration {
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
systemd-boot = enabled {
|
systemd-boot = enabled {
|
||||||
editor = false;
|
editor = false;
|
||||||
consoleMode = "max";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue