1
Fork 0
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:
RGBCube 2024-04-22 15:40:31 +03:00
parent 0a5347c87a
commit 0be6e3650f
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -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 = [

View file

@ -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;