From e979702d104b765c1996d6d64667a6ee84ce1f65 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Wed, 2 Jul 2025 17:23:37 -0500 Subject: [PATCH] add Allison with salad --- homelab-services/minio-service/flake.nix | 2 ++ nixos/configuration.nix | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/homelab-services/minio-service/flake.nix b/homelab-services/minio-service/flake.nix index 8993390..54bdf30 100644 --- a/homelab-services/minio-service/flake.nix +++ b/homelab-services/minio-service/flake.nix @@ -80,6 +80,8 @@ forceSSL = true; enableACME = true; acmeRoot = null; + # Dev and Prod buckets must be created manually + # will work on script/minio command line for this later locations."/dev" = { proxyPass = "http://localhost:${toString opts.dataPort}/dev"; }; diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 4e8e48b..740230e 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -80,7 +80,8 @@ services.minio-service = { enable = true; - dataDir = "/data/minio"; + # Persist data inside of database + dataDir = "/persist/data/minio"; credentialsFile = config.sops.secrets."minio-credentials".path; dataPort = 9000; # S3 API access