fix issues

This commit is contained in:
Bart van der Braak 2025-01-17 02:19:26 +01:00
parent cef1b12eaf
commit 4f6a9c39f7
2 changed files with 7 additions and 3 deletions

View file

@ -28,4 +28,8 @@
# networking.interfaces.wlp2s0.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda";
boot.loader.grub.useOSProber = true;
}