From 7f10bede57375471a63416deca6e26d83399c5f6 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 16 Aug 2025 21:13:17 -0500 Subject: [PATCH] add new opts to config --- nixos/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index b9eeb92..96f3799 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -94,6 +94,11 @@ dataPort = 9000; # S3 API access consolePort = 9001; # Admin console access + bootstrap-minio = { + enable = true; + environments = [ "dev" "prod" ]; + }; + default-nginx = { enable = true; hostname = "imgs.roypository.com";