puter/hosts/headful/insomniac/filesystems.nix
2025-03-23 22:48:46 +01:00

8 lines
99 B
Nix

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