Bruno BELANYI
27d089afaa
This service makes use of the default webui. I really like combustion more, but am willing to use that one instead given the few amount of time I actually spend looking at it
14 lines
157 B
Nix
14 lines
157 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./gitea.nix
|
|
./jellyfin.nix
|
|
./matrix.nix
|
|
./media.nix
|
|
./nginx.nix
|
|
./pirate.nix
|
|
./transmission.nix
|
|
];
|
|
}
|