feat: adds sunflower host

This commit is contained in:
Ahwx 2025-10-20 12:14:46 +02:00
parent 0553f5bbf3
commit f7c36a91b8
4 changed files with 139 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{ ... }:
{
imports =
[ (import ./docker.nix) ]
# ++ [ (import ./immich.nix) ]
# ++ [ (import ./nextcloud.nix) ]
# ++ [ (import ./home-assistant.nix) ]
++ [ (import ./monitoring.nix) ]
++ [ (import ./smart-monitoring.nix) ]
++ [ (import ./tailscale.nix) ]
# ++ [ (import ./nfs.nix) ]
++ [ (import ./hd-idle.nix) ];
}