Modification to the disko config
This commit is contained in:
parent
22a01e0615
commit
1caae6503c
1 changed files with 1 additions and 2 deletions
|
|
@ -76,7 +76,6 @@
|
||||||
};
|
};
|
||||||
disk.data = {
|
disk.data = {
|
||||||
device = "/dev/sdb";
|
device = "/dev/sdb";
|
||||||
format = "gpt";
|
|
||||||
partitions = {
|
partitions = {
|
||||||
data = {
|
data = {
|
||||||
size = "100%";
|
size = "100%";
|
||||||
|
|
@ -86,7 +85,7 @@
|
||||||
options = ["noatime"];
|
options = ["noatime"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
growPartition = true; # Enables growpart for resizing
|
growPartition = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
growpart.enable = true; # Enables the growpart service
|
growpart.enable = true; # Enables the growpart service
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue