Update lnf/configuration.nix

This commit is contained in:
Stefan Kempinger 2026-04-16 19:19:46 +02:00
parent 68ebd6e9a8
commit a736fb7fbf

View file

@ -5,7 +5,7 @@
];
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda";
boot.loader.grub.device = "/dev/sda";
boot.loader.grub.useOSProber = true;
services.xserver.videoDrivers = [ "modesetting" ];