Updated Jupiter Bootloader

This commit is contained in:
marthsincemelee
2023-07-04 12:40:23 +02:00
parent a146ff81c8
commit 069711977d
+2 -5
View File
@@ -10,11 +10,8 @@
networking.hostName = "jupiter";
boot.loader.grub = {
enable = true;
device = "/dev/nvme0n1";
useOSProber = true;
};
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# Enable the X11 windowing system.
services.xserver.enable = true;