Revert "feat: Add ngircd gluster mount"

This reverts commit e5bc6229eb.
This commit is contained in:
Kyle Brown 2023-12-11 17:13:03 -08:00
parent e5bc6229eb
commit 19f9c2215a
3 changed files with 0 additions and 14 deletions

View file

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

View file

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

View file

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