2024-12-29 15:42:43 -05:00

10 lines
151 B
Nix

{
fileSystems = {
"/" = {
device = "/dev/sda";
fsType = "ext4";
autoResize = true;
};
};
}