13 lines
126 B
Nix
13 lines
126 B
Nix
{ ... }:
|
|
|
|
let
|
|
N8N_PORT = "5678";
|
|
BAZAAR_PORT = "6767";
|
|
in
|
|
|
|
{
|
|
imports = [
|
|
./nginx.nix
|
|
./containerised.nix
|
|
];
|
|
}
|