Server NixOS configs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: try with grub? aaaaargh

+3 -3
+3 -3
hosts/tethys/bootloader.nix
··· 12 12 }; 13 13 14 14 loader = { 15 - systemd-boot.enable = true; 16 - systemd-boot.configurationLimit = 5; 17 - efi.canTouchEfiVariables = true; 15 + boot.loader.grub.enable = true; 16 + boot.loader.grub.efiSupport = true; 17 + boot.loader.grub.efiInstallAsRemovable = true; 18 18 }; 19 19 }; 20 20 }