Commit bb39c758fc48
Changed files (1)
systems
aix
systems/aix/hardware.nix
@@ -5,5 +5,10 @@ _: {
fsType = "ext4";
options = [ "noatime" ];
};
+ "/data" = {
+ device = "/dev/disk/by-label/data";
+ fsType = "ext4";
+ options = [ "noatime" ];
+ };
};
}