feat: Add ngircd gluster mount
This commit is contained in:
parent
ab752ebfee
commit
e5bc6229eb
3 changed files with 14 additions and 0 deletions
|
@ -71,5 +71,10 @@
|
|||
what = "morbo:/tdarr";
|
||||
where = "/mnt/tdarr";
|
||||
}
|
||||
{
|
||||
type = "glusterfs";
|
||||
what = "morbo:/ngircd";
|
||||
where = "/mnt/ngircd";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
@ -58,5 +58,9 @@
|
|||
wantedBy = ["multi-user.target"];
|
||||
where = "/mnt/tdarr";
|
||||
}
|
||||
{
|
||||
wantedBy = ["multi-user.target"];
|
||||
where = "/mnt/ngircd";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
@ -71,5 +71,10 @@
|
|||
what = "127.0.0.1:/tdarr";
|
||||
where = "/mnt/tdarr";
|
||||
}
|
||||
{
|
||||
type = "glusterfs";
|
||||
what = "127.0.0.1:/ngircd";
|
||||
where = "/mnt/ngircd";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue