diff options
| author | andromeda <andromeda@lenovo> | 2026-05-01 13:44:41 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-05-01 13:44:41 +0200 |
| commit | ba57995837d448b6ed706d029be44781862a8504 (patch) | |
| tree | 29e3e0d7843af75c6be59b9c1b7161e6da229c7f /modules/nixos/boot | |
| parent | 33d61130c82e99dbc3736a68f66f3c2a3502d2f0 (diff) | |
goodbye worlddev
Diffstat (limited to 'modules/nixos/boot')
| -rw-r--r-- | modules/nixos/boot/lenovo.nix | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/modules/nixos/boot/lenovo.nix b/modules/nixos/boot/lenovo.nix index fdd5e14..92f56c3 100644 --- a/modules/nixos/boot/lenovo.nix +++ b/modules/nixos/boot/lenovo.nix @@ -1,6 +1,16 @@ { boot.loader = { + grub = { + device = "nodev"; + enable = true; + efiSupport = true; + extraEntries = '' + menuentry "Guix" { + search --set=drive1 --fs-uuid F425-55BA + chainloader ($drive1)//EFI/Guix/grubx64.efi + } + ''; + }; efi.canTouchEfiVariables = true; - systemd-boot.enable = true; }; } |
