nixos/shill: Add MinIO container

This commit is contained in:
2022-07-16 15:01:15 +01:00
parent 55da6aa276
commit accb14721d
21 changed files with 154 additions and 18 deletions

View File

@@ -70,9 +70,14 @@
device = "/dev/disk/by-label/media";
fsType = "ext4";
};
"/mnt/minio" = {
device = "/dev/disk/by-label/minio";
fsType = "xfs";
};
};
services = {
fstrim.enable = true;
netdata.enable = true;
};
@@ -140,6 +145,11 @@
"/mnt/media".readOnly = false;
};
};
object = {
bindMounts = {
"/mnt/minio".readOnly = false;
};
};
};
in
mkMerge [