mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 15:07:44 -05:00
gpc != gpt
This commit is contained in:
parent
50aeb0ba6f
commit
f901b58939
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
type = "disk";
|
type = "disk";
|
||||||
device = "/dev/disk/by-diskseq/1";
|
device = "/dev/disk/by-diskseq/1";
|
||||||
content = {
|
content = {
|
||||||
type = "gpc";
|
type = "gpt";
|
||||||
partitions = {
|
partitions = {
|
||||||
ESP = {
|
ESP = {
|
||||||
priority = 1;
|
priority = 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue