Install NixOS on Liteserver: Difference between revisions
imported>Hugo-Heagren No edit summary |
imported>Hugo-Heagren mNo edit summary |
||
Line 65: | Line 65: | ||
boot.loader.grub.enable = true; | boot.loader.grub.enable = true; | ||
boot.loader.grub.version = 2; | boot.loader.grub.version = 2; | ||
boot.loader.grub.device = "/dev/vda" | boot.loader.grub.device = "/dev/vda"; | ||
</syntaxhighlight> | </syntaxhighlight> | ||