mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds services for lily to run
This commit is contained in:
parent
88177be9a7
commit
f11ba8c63c
1 changed files with 9 additions and 0 deletions
9
modules/services/lily.nix
Normal file
9
modules/services/lily.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
imports =
|
||||||
|
[ (import ./docker.nix) ]
|
||||||
|
++ [ (import ./monitoring.nix) ]
|
||||||
|
++ [ (import ./smart-monitoring.nix) ]
|
||||||
|
++ [ (import ./unifi.nix) ]
|
||||||
|
++ [ (import ./grafana.nix) ];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue