Move common nix code one level up.
This commit is contained in:
10
common/glusterfs-client.nix
Normal file
10
common/glusterfs-client.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
fileSystems."/data/compute" = {
|
||||
device = "c1:/compute";
|
||||
fsType = "glusterfs";
|
||||
options = [
|
||||
"backup-volfile-servers=c2:c3"
|
||||
"_netdev"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user