feat: Trim gluster

This commit is contained in:
Kyle Brown 2023-12-21 19:47:38 -08:00
parent eb04460463
commit b7fa9e195f
3 changed files with 0 additions and 126 deletions

View file

@ -26,55 +26,10 @@
what = "morbo:/media";
where = "/mnt/gmedia";
}
{
type = "glusterfs";
what = "morbo:/dockerdata";
where = "/mnt/gdockerdata";
}
{
type = "glusterfs";
what = "morbo:/backups";
where = "/mnt/gbackups";
}
{
type = "glusterfs";
what = "morbo:/airsonic";
where = "/mnt/airsonic";
}
{
type = "glusterfs";
what = "morbo:/blog";
where = "/mnt/blog";
}
{
type = "glusterfs";
what = "morbo:/gitea";
where = "/mnt/gitea";
}
{
type = "glusterfs";
what = "morbo:/immich";
where = "/mnt/immich";
}
{
type = "glusterfs";
what = "morbo:/jellyfin";
where = "/mnt/jellyfin";
}
{
type = "glusterfs";
what = "morbo:/lounge";
where = "/mnt/lounge";
}
{
type = "glusterfs";
what = "morbo:/printing";
where = "/mnt/printing";
}
{
type = "glusterfs";
what = "morbo:/tdarr";
where = "/mnt/tdarr";
}
];
}

View file

@ -22,45 +22,9 @@
wantedBy = ["multi-user.target"];
where = "/mnt/gmedia";
}
{
wantedBy = ["multi-user.target"];
where = "/mnt/gdockerdata";
}
{
wantedBy = ["multi-user.target"];
where = "/mnt/gbackups";
}
{
wantedBy = ["multi-user.target"];
where = "/mnt/airsonic";
}
{
wantedBy = ["multi-user.target"];
where = "/mnt/blog";
}
{
wantedBy = ["multi-user.target"];
where = "/mnt/gitea";
}
{
wantedBy = ["multi-user.target"];
where = "/mnt/immich";
}
{
wantedBy = ["multi-user.target"];
where = "/mnt/jellyfin";
}
{
wantedBy = ["multi-user.target"];
where = "/mnt/lounge";
}
{
wantedBy = ["multi-user.target"];
where = "/mnt/printing";
}
{
wantedBy = ["multi-user.target"];
where = "/mnt/tdarr";
}
];
}

View file

@ -26,55 +26,10 @@
what = "127.0.0.1:/media";
where = "/mnt/gmedia";
}
{
type = "glusterfs";
what = "127.0.0.1:/dockerdata";
where = "/mnt/gdockerdata";
}
{
type = "glusterfs";
what = "127.0.0.1:/backups";
where = "/mnt/gbackups";
}
{
type = "glusterfs";
what = "127.0.0.1:/airsonic";
where = "/mnt/airsonic";
}
{
type = "glusterfs";
what = "127.0.0.1:/blog";
where = "/mnt/blog";
}
{
type = "glusterfs";
what = "127.0.0.1:/gitea";
where = "/mnt/gitea";
}
{
type = "glusterfs";
what = "127.0.0.1:/immich";
where = "/mnt/immich";
}
{
type = "glusterfs";
what = "127.0.0.1:/jellyfin";
where = "/mnt/jellyfin";
}
{
type = "glusterfs";
what = "127.0.0.1:/lounge";
where = "/mnt/lounge";
}
{
type = "glusterfs";
what = "127.0.0.1:/printing";
where = "/mnt/printing";
}
{
type = "glusterfs";
what = "127.0.0.1:/tdarr";
where = "/mnt/tdarr";
}
];
}