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

@ -19,7 +19,7 @@
loader = {
grub = {
enable = true;
device = "/dev/nvme0n1"; # [managed by install.sh] { grub device }
device = "/dev/sda"; # [managed by install.sh]
gfxmodeEfi = "1920x1080";
};
};
@ -45,6 +45,6 @@
# these specific partitions.
};
system.stateVersion = "24.11"; # [managed by install.sh] { state version }
system.stateVersion = "24.11"; # [managed by install.sh]
}