1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +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 {
device = "/dev/vda";
useOSProber = true;
# useOSProber = true;
};
boot.initrd.availableKernelModules = [

View file

@ -4,7 +4,6 @@ systemConfiguration {
boot.loader = {
systemd-boot = enabled {
editor = false;
consoleMode = "max";
};
efi.canTouchEfiVariables = true;