mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-06-28 12:19:09 +00:00
fix issues
This commit is contained in:
parent
cef1b12eaf
commit
4f6a9c39f7
2 changed files with 7 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue