mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
mom's laptop disko fix
This commit is contained in:
parent
016a347d5e
commit
76fe743021
1 changed files with 0 additions and 2 deletions
|
|
@ -9,7 +9,6 @@
|
|||
format = "gpt";
|
||||
partitions = [
|
||||
{
|
||||
type = "partition";
|
||||
name = "ESP";
|
||||
start = "1MiB";
|
||||
end = "1GiB";
|
||||
|
|
@ -22,7 +21,6 @@
|
|||
}
|
||||
{
|
||||
name = "root";
|
||||
type = "partition";
|
||||
start = "1GiB";
|
||||
end = "100%";
|
||||
part-type = "primary";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue