refactor(nixarr): move nixarr module to media-server role dir

This commit is contained in:
ooks-io 2024-05-26 13:13:53 +12:00
parent f47154c234
commit 71e559b7cf
3 changed files with 16 additions and 3 deletions

View file

@ -0,0 +1,5 @@
{
imports = [
./services
];
}