mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
removed part-type
This commit is contained in:
parent
2e26046d07
commit
5fd79726e7
2 changed files with 0 additions and 2 deletions
|
|
@ -20,7 +20,6 @@
|
||||||
root = {
|
root = {
|
||||||
start = "1GiB";
|
start = "1GiB";
|
||||||
end = "100%";
|
end = "100%";
|
||||||
part-type = "primary";
|
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
format = "ext4";
|
format = "ext4";
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,6 @@
|
||||||
root = {
|
root = {
|
||||||
start = "1GiB";
|
start = "1GiB";
|
||||||
end = "100%";
|
end = "100%";
|
||||||
part-type = "primary";
|
|
||||||
type = "EF00";
|
type = "EF00";
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue