my NixOS and nix-darwin config
at main 10 lines 315 B view raw
1{ 2 # TODO: get a grub theme 3 boot.loader.systemd-boot.enable = false; 4 boot.loader.grub.enable = true; 5 boot.loader.grub.device = "nodev"; 6 boot.loader.grub.useOSProber = true; 7 boot.loader.grub.efiSupport = true; 8 boot.loader.efi.canTouchEfiVariables = true; 9 boot.loader.efi.efiSysMountPoint = "/boot"; 10}