remove configuration for minio-service

This commit is contained in:
2025-06-12 17:11:33 -05:00
parent 43f5a4e542
commit 902052b68a
-15
View File
@@ -75,21 +75,6 @@
}; };
# Declare minio service manually # Declare minio service manually
services.minio-service = {
enable = true;
dataDir = "/data/minio";
rootUser = "admin";
rootPasswordFile = config.sops.secrets."minio-root-pass".path;
dataPort = 9000; # S3 API access
consolePort = 9001; # Admin console access
default-nginx = {
enable = true;
hostname = "imgs.roypository.com";
};
};
# Grub Boot Loader Setup # Grub Boot Loader Setup
boot.loader.grub = { boot.loader.grub = {