temporary chaos
This commit is contained in:
parent
3032768cc9
commit
8e31bd6c02
27 changed files with 490 additions and 106 deletions
22
servers/reine/qbittorrent.nix
Normal file
22
servers/reine/qbittorrent.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ secret, pkgs-unstable, ... }:
|
||||
|
||||
{
|
||||
# services.qbittorrent = {
|
||||
# enable = true;
|
||||
# package = pkgs-unstable.qbittorrent;
|
||||
# openFirewall = true;
|
||||
# webuiPort = 7777;
|
||||
# user = "in5ar";
|
||||
# group = "users";
|
||||
# serverConfig = {
|
||||
# LegalNotice.Accepted = true;
|
||||
# Preferences = {
|
||||
# WebUI = {
|
||||
# Username = "in5ar";
|
||||
# Password_PBKDF2 = secret.qbt-password;
|
||||
# };
|
||||
# General.Locale = "en";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue