qbittorrent: fix various typos
This commit is contained in:
parent
112a86eee7
commit
d3503813c3
3 changed files with 8 additions and 8 deletions
|
|
@ -2,12 +2,12 @@
|
|||
{
|
||||
imports = [
|
||||
./jellyfin.nix
|
||||
./qbittorent.nix
|
||||
./qbittorrent.nix
|
||||
];
|
||||
|
||||
settings.containers = {
|
||||
jellyfin.enable = lib.mkDefault false;
|
||||
qbittorent.enable = lib.mkDefault false;
|
||||
qbittorrent.enable = lib.mkDefault false;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue