Modification to the disko config

This commit is contained in:
jeirmeister 2025-09-12 13:59:27 -07:00
parent 22a01e0615
commit 1caae6503c

View file

@ -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