feat: init deluge service
This commit is contained in:
parent
dc8a3d5dd1
commit
14ee0dd0c5
5 changed files with 33 additions and 6 deletions
|
|
@ -3,12 +3,16 @@
|
|||
{
|
||||
imports = [
|
||||
./jellyfin
|
||||
./deluge
|
||||
];
|
||||
|
||||
options.systemModules.services = {
|
||||
jellyfin = {
|
||||
enable = lib.mkEnableOption "Enable jellyfin service module";
|
||||
};
|
||||
deluge = {
|
||||
enable = lib.mkEnableOption "Enable deluge service module";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue