refactor(nixarr): move nixarr module into ooksmedia host module
This commit is contained in:
parent
d932c75062
commit
dd0a5d0ec6
5 changed files with 24 additions and 38 deletions
|
|
@ -4,14 +4,12 @@
|
|||
imports = [
|
||||
./mediaServer
|
||||
./system76Scheduler
|
||||
./nixarr
|
||||
];
|
||||
|
||||
options.systemModules.services = {
|
||||
mediaServer = {
|
||||
enable = lib.mkEnableOption "Enable mediaserver service module";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue