11 lines
165 B
Nix
11 lines
165 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./chat.nix
|
|
# Currently disabled because it doesn't start up properly
|
|
# ./immich.nix
|
|
./storyden.nix
|
|
./tandoor.nix
|
|
];
|
|
}
|