create nginx magic module
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e34c892fc2
commit
64bdee8a12
12 changed files with 111 additions and 64 deletions
|
@ -5,8 +5,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
let
|
||||
vs = config.vault-secrets.secrets;
|
||||
listenPort = 9000;
|
||||
consolePort = 9001;
|
||||
listenPort = config.meta.exposes.minio.port;
|
||||
consolePort = listenPort + 1;
|
||||
in {
|
||||
imports = [ ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue