mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
use grub
This commit is contained in:
parent
fc54c9988a
commit
6803011e8a
1 changed files with 4 additions and 2 deletions
|
|
@ -14,8 +14,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Use systemd-boot
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
# Use GRUB 2 boot loader
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.efiSupport = true;
|
||||
boot.loader.grub.efiInstallAsRemovable = true;
|
||||
boot.loader.efi.efiSysMountPoint = "/efi";
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue