Files
alo-cluster/common/glusterfs-client.nix

11 lines
173 B
Nix

{
fileSystems."/data/compute" = {
device = "c1:/compute";
fsType = "glusterfs";
options = [
"backup-volfile-servers=c2:c3"
"_netdev"
];
};
}