Bruno BELANYI
9446651944
This makes use of the 'media' group, to allow using the same group for any software that would either read or write to my media collection.
12 lines
117 B
Nix
12 lines
117 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./gitea.nix
|
|
./jellyfin.nix
|
|
./matrix.nix
|
|
./media.nix
|
|
./nginx.nix
|
|
];
|
|
}
|