deprecate minio
This commit is contained in:
@@ -119,7 +119,8 @@
|
|||||||
|
|
||||||
# Fullstack sourcecode
|
# Fullstack sourcecode
|
||||||
|
|
||||||
# Minio for backend storage
|
/*
|
||||||
|
MINIO DEPRECATED
|
||||||
services.minio-service = {
|
services.minio-service = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
@@ -143,6 +144,7 @@
|
|||||||
hostname = "imgs.roypository.com";
|
hostname = "imgs.roypository.com";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
# Postgresql/postgrest for row storage (not on k3s)
|
# Postgresql/postgrest for row storage (not on k3s)
|
||||||
services.postgresql-db = {
|
services.postgresql-db = {
|
||||||
@@ -205,6 +207,7 @@
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = meta.hostname;
|
hostName = meta.hostname;
|
||||||
hostId = meta.hostId;
|
hostId = meta.hostId;
|
||||||
|
|||||||
+2
-3
@@ -29,7 +29,8 @@
|
|||||||
# It just happens to be stored in the same repository (relative),
|
# It just happens to be stored in the same repository (relative),
|
||||||
# but could well be a separate repository
|
# but could well be a separate repository
|
||||||
nimh-static.url = "path:../homelab-services/nimh-static";
|
nimh-static.url = "path:../homelab-services/nimh-static";
|
||||||
minio-service.url = "path:../homelab-services/minio-service";
|
# MINIO IS DEPRECATED, KEEPING CODE FOR REFERENCE. MOVE TO GARAGE/SEAWEEDFS
|
||||||
|
# minio-service.url = "path:../homelab-services/minio-service";
|
||||||
mc-service.url = "path:../homelab-services/mc-service";
|
mc-service.url = "path:../homelab-services/mc-service";
|
||||||
postgresql-db.url = "path:../homelab-services/postgresql-db";
|
postgresql-db.url = "path:../homelab-services/postgresql-db";
|
||||||
};
|
};
|
||||||
@@ -46,7 +47,6 @@
|
|||||||
impermanence,
|
impermanence,
|
||||||
firefox-addons,
|
firefox-addons,
|
||||||
nimh-static,
|
nimh-static,
|
||||||
minio-service,
|
|
||||||
mc-service,
|
mc-service,
|
||||||
postgresql-db,
|
postgresql-db,
|
||||||
}@inputs:
|
}@inputs:
|
||||||
@@ -80,7 +80,6 @@
|
|||||||
quasiSecrets.nixosModules.serviceList
|
quasiSecrets.nixosModules.serviceList
|
||||||
impermanence.nixosModules.impermanence
|
impermanence.nixosModules.impermanence
|
||||||
nimh-static.nixosModules.nimh-static
|
nimh-static.nixosModules.nimh-static
|
||||||
minio-service.nixosModules.minio-service
|
|
||||||
mc-service.nixosModules.mc-service
|
mc-service.nixosModules.mc-service
|
||||||
postgresql-db.nixosModules.postgresql-db
|
postgresql-db.nixosModules.postgresql-db
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
|
|||||||
Reference in New Issue
Block a user