Refacotring hosted services

This commit is contained in:
baduhai 2023-01-02 12:21:04 -03:00
parent 94311e0784
commit 5f558d597d
7 changed files with 120 additions and 158 deletions

View file

@ -0,0 +1,13 @@
{ ... }:
let
N8N_PORT = "5678";
BAZAAR_PORT = "6767";
in
{
imports = [
./nginx.nix
./containerised.nix
];
}