Changed option namespace for better compatibility
This commit is contained in:
parent
fe8045ee55
commit
8b25f46384
26 changed files with 407 additions and 232 deletions
|
|
@ -8,7 +8,7 @@
|
|||
with lib;
|
||||
|
||||
let
|
||||
cfg = config.services.rutorrent;
|
||||
cfg = config.my.services.rutorrent;
|
||||
|
||||
rutorrentPkgs = import ../packages/rutorrent.nix {
|
||||
inherit pkgs;
|
||||
|
|
@ -44,7 +44,7 @@ let
|
|||
|
||||
in
|
||||
{
|
||||
options = {
|
||||
options.my = {
|
||||
services.rutorrent = {
|
||||
enable = mkEnableOption "ruTorrent";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue