nixos/hosts/vm_ollama/boot.nix

5 lines
93 B
Nix
Raw Normal View History

2025-06-20 11:59:24 -07:00
{
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}