moar progress

This commit is contained in:
caem 2025-01-14 00:16:41 +01:00
parent fdd9ec1568
commit 99605585e1
Signed by: caem
GPG key ID: 69A830D03203405F
5 changed files with 50 additions and 10 deletions

View file

@ -20,7 +20,7 @@
efi.canTouchEfiVariables = true;
grub = {
enable = true;
device = "/dev/nvme0"; # [managed by install.sh] { grub device }
device = "/dev/nvme0n1"; # [managed by install.sh]
efiSupport = true;
gfxmodeEfi = "1920x1080";
};