This commit is contained in:
alsaiduq-lab 2026-01-03 12:47:45 -07:00
parent 94dce4f2b8
commit a94fc70fc0

View file

@ -41,4 +41,8 @@
};
};
};
fileSystems."/home" = {
device = "/dev/data/home";
fsType = "ext4";
};
}