Huge structural update. Move from template based architecture to modules based library architecture.

This commit is contained in:
Raphaël Numbus
2026-02-18 21:42:28 +01:00
parent 3f9e487559
commit 30b6ce5f9c
18 changed files with 1079 additions and 3 deletions
+16
View File
@@ -0,0 +1,16 @@
{ ... }:
{
imports = [
./adguard.nix
./frigate.nix
./gitea.nix
./home-assistant.nix
./immich.nix
./it-tools.nix
./nextcloud.nix
./passbolt.nix
./pi-hole.nix
./traefik.nix
];
}