diff --git a/machines/bin-cache/default.nix b/machines/bin-cache/default.nix index 4c6d314..734a53f 100644 --- a/machines/bin-cache/default.nix +++ b/machines/bin-cache/default.nix @@ -9,8 +9,10 @@ ../../users/default.nix ]; - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; + + boot.loader.grub.enable = true; + boot.loader.grub.device = "/dev/sda"; + boot.loader.grub.useOSProber = true; networking.hostName = "bin-cache";