bin-cache: fix wrong bootloader

This commit is contained in:
Julien Malka 2023-05-14 13:13:36 +02:00
parent b7dfe811e6
commit 8d6a95933f
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -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";