bin-cache: fix wrong bootloader

This commit is contained in:
Luj 2023-05-14 13:13:36 +02:00
parent c28ef8134b
commit ff3ecef36b

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