Files
system-config/system/hosts/mcp/containers/havenisms.com/default.nix
2026-02-24 16:40:02 -08:00

12 lines
184 B
Nix

{ ... }:
{
imports = [
./chat.nix
# Currently disabled because it doesn't start up properly
# ./immich.nix
./storyden.nix
./tandoor.nix
./wallabag.nix
];
}