qbittorrent-container: fix typo
This commit is contained in:
parent
d4442d9cd1
commit
4dc79f4b7b
1 changed files with 2 additions and 2 deletions
|
|
@ -10,10 +10,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf config.settings.containers.qbittorrent.enable {
|
config = lib.mkIf config.settings.containers.qbittorrent.enable {
|
||||||
virtualisation.arion.projects.qbittorent = {
|
virtualisation.arion.projects.qbittorrent = {
|
||||||
settings = {
|
settings = {
|
||||||
project.name = "qbittorrent";
|
project.name = "qbittorrent";
|
||||||
services.qbittorent = {
|
services.qbittorrent = {
|
||||||
service.useHostStore = true;
|
service.useHostStore = true;
|
||||||
service.image = "linuxserver/qbittorrent:latest";
|
service.image = "linuxserver/qbittorrent:latest";
|
||||||
service.ports = [
|
service.ports = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue