puter/hosts/headful/insomniac/filesystems.nix

8 lines
99 B
Nix
Raw Normal View History

2024-08-18 13:22:25 +00:00
{
2025-03-01 21:21:00 +00:00
fileSystems."/" = {
2024-08-18 13:22:25 +00:00
fsType = "ext4";
2025-03-01 21:21:00 +00:00
label = "main";
2024-08-18 13:22:25 +00:00
options = ["noatime"];
};
}