update sops

This commit is contained in:
2026-05-19 22:15:37 -05:00
parent cb8282df76
commit 618ee6b2c6
6 changed files with 92 additions and 58 deletions
+11 -10
View File
@@ -115,10 +115,19 @@ in
};
};
# ================================ #
# BLOG SERVICE #
# ================================ #
# Fullstack sourcecode
# Minio for backend storage
# Should be able to decalre as a nixos module
# which builds container and pushes to k3s
services.minio-service = {
enable = true;
# Persist data inside of database
# Persist (or don't) the data inside of database
dataDir = "/var/data/minio";
credentialsFile = config.sops.secrets."minio-credentials".path;
@@ -139,15 +148,7 @@ in
};
};
# ================================ #
# BLOG SERVICE #
# ================================ #
# Fullstack sourcecode
# Minio for backend storage
# Postgresql/postgrest for text storage
# Postgresql/postgrest for row storage
services.postgresql-db = {
enable = true;
dataDir = "/var/lib/postgresql";