mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-08-14 07:36:51 +00:00
feat: add absolutesolver hardware-configuration
This commit is contained in:
parent
3cd04be672
commit
b7a3e4c97c
3 changed files with 45 additions and 4 deletions
modules/nixos/common/grub
|
@ -19,11 +19,14 @@ in {
|
|||
options.${namespace}.common.grub = { enable = mkEnableOption "grub"; };
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
boot.loader.systemd-boot.enable = false;
|
||||
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
devices = [ "nodev" ];
|
||||
efiInstallAsRemovable = true;
|
||||
efiSupport = true;
|
||||
version = 2;
|
||||
|
||||
extraEntries = ''
|
||||
menuentry "Reboot" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue