puter/hosts/kiosk/insomniac/filesystems.nix
2025-03-01 22:21:00 +01:00

8 lines
99 B
Nix

{
fileSystems."/" = {
fsType = "ext4";
label = "main";
options = ["noatime"];
};
}