moar progress
This commit is contained in:
parent
fdd9ec1568
commit
99605585e1
5 changed files with 50 additions and 10 deletions
|
@ -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]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue