2025-12-12 04:30:57 +01:00
|
|
|
{lib, ...}: {
|
|
|
|
|
options.fireproof.homelab = {
|
|
|
|
|
enable = lib.mkEnableOption "Enable homelab services (arr, nginx, postgres, prometheus, etc.)";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
imports = [
|
|
|
|
|
./arr.nix
|
2025-12-14 22:38:06 +01:00
|
|
|
./audiobookshelf.nix
|
2025-12-14 01:34:24 +01:00
|
|
|
./glance.nix
|
2025-12-12 04:30:57 +01:00
|
|
|
./home-assistant.nix
|
2025-12-13 21:56:35 +01:00
|
|
|
./jellyfin.nix
|
2025-12-12 04:30:57 +01:00
|
|
|
./nextcloud.nix
|
|
|
|
|
./nginx.nix
|
|
|
|
|
./plex.nix
|
|
|
|
|
./postgres.nix
|
|
|
|
|
./prometheus.nix
|
2025-12-16 22:12:00 +01:00
|
|
|
./qbittorrent.nix
|
2025-12-12 04:30:57 +01:00
|
|
|
./restic.nix
|
|
|
|
|
./sso.nix
|
|
|
|
|
./vaultwarden.nix
|
|
|
|
|
];
|
|
|
|
|
}
|