feat: Add ngircd gluster mount

This commit is contained in:
Kyle Brown 2023-12-11 16:54:17 -08:00
parent ab752ebfee
commit e5bc6229eb
3 changed files with 14 additions and 0 deletions

View file

@ -71,5 +71,10 @@
what = "morbo:/tdarr";
where = "/mnt/tdarr";
}
{
type = "glusterfs";
what = "morbo:/ngircd";
where = "/mnt/ngircd";
}
];
}

View file

@ -58,5 +58,9 @@
wantedBy = ["multi-user.target"];
where = "/mnt/tdarr";
}
{
wantedBy = ["multi-user.target"];
where = "/mnt/ngircd";
}
];
}

View file

@ -71,5 +71,10 @@
what = "127.0.0.1:/tdarr";
where = "/mnt/tdarr";
}
{
type = "glusterfs";
what = "127.0.0.1:/ngircd";
where = "/mnt/ngircd";
}
];
}