10 lines
151 B
Nix
10 lines
151 B
Nix
{
|
|
fileSystems = {
|
|
"/" = {
|
|
device = "/dev/sda";
|
|
fsType = "ext4";
|
|
autoResize = true;
|
|
};
|
|
};
|
|
}
|