feat: adds services for lily to run

This commit is contained in:
Ahwx 2025-05-18 14:09:33 +02:00
parent 88177be9a7
commit f11ba8c63c

View file

@ -0,0 +1,9 @@
{ ... }:
{
imports =
[ (import ./docker.nix) ]
++ [ (import ./monitoring.nix) ]
++ [ (import ./smart-monitoring.nix) ]
++ [ (import ./unifi.nix) ]
++ [ (import ./grafana.nix) ];
}