10 lines
116 B
Nix
10 lines
116 B
Nix
|
{...}: {
|
||
|
services.deluge = {
|
||
|
enable = true;
|
||
|
web = {
|
||
|
enable = true;
|
||
|
port = 8112;
|
||
|
};
|
||
|
};
|
||
|
}
|