refactor: abstract docker network creation via custom options

This commit is contained in:
Tibo De Peuter 2026-07-17 23:14:45 +02:00
parent 67c7cb6ec6
commit d4d655e735
Signed by: tdpeuter
SSH key fingerprint: SHA256:u/h/LVoqKF1Iz02uOyxe6hcjmoZASCGV2HM0TG9ZMoU
10 changed files with 49 additions and 99 deletions

View file

@ -1,5 +1,6 @@
{
imports = [
./docker.nix
./monitoring.nix
];