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
|
|
@ -10,7 +10,6 @@ in
|
|||
imports = [
|
||||
./base
|
||||
./gaming
|
||||
./mediaServer
|
||||
];
|
||||
|
||||
options = {
|
||||
|
|
@ -26,9 +25,6 @@ in
|
|||
gaming = {
|
||||
enable = lib.mkEnableOption "Enable the gaming profile";
|
||||
};
|
||||
mediaServer = {
|
||||
enable = lib.mkEnableOption "Enable the mediaServer profile";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue