1
0
Fork 0
puter/hosts/insomniac/filesystems.nix
2025-05-11 22:49:04 +02:00

7 lines
101 B
Nix

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