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 = {
|
||||
device = "/dev/sdb";
|
||||
format = "gpt";
|
||||
partitions = {
|
||||
data = {
|
||||
size = "100%";
|
||||
|
|
@ -86,7 +85,7 @@
|
|||
options = ["noatime"];
|
||||
};
|
||||
};
|
||||
growPartition = true; # Enables growpart for resizing
|
||||
growPartition = true;
|
||||
};
|
||||
};
|
||||
growpart.enable = true; # Enables the growpart service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue