This commit is contained in:
Tyler Mayoff 2025-11-29 16:01:22 -05:00 committed by Tyle Mayoff
parent fc54c9988a
commit 6803011e8a

View file

@ -14,8 +14,10 @@
}; };
}; };
# Use systemd-boot # Use GRUB 2 boot loader
boot.loader.systemd-boot.enable = true; boot.loader.grub.enable = true;
boot.loader.grub.efiSupport = true;
boot.loader.grub.efiInstallAsRemovable = true;
boot.loader.efi.efiSysMountPoint = "/efi"; boot.loader.efi.efiSysMountPoint = "/efi";
services.tailscale.enable = true; services.tailscale.enable = true;