This commit is contained in:
parent
b0158e96c8
commit
8ebf4b74e6
7 changed files with 73 additions and 74 deletions
|
|
@ -18,16 +18,35 @@
|
|||
};
|
||||
};
|
||||
|
||||
# oauth access to the service
|
||||
services.oauth2-proxy.nginx.virtualHosts."autobrr.donsz.nl" = {
|
||||
allowed_groups = [ "torrent" ];
|
||||
};
|
||||
|
||||
# vpnNamespaces.mullvad.portMappings = [
|
||||
# {
|
||||
# from = config.services.autobrr.settings.port;
|
||||
# to = config.services.autobrr.settings.port;
|
||||
# }
|
||||
# ];
|
||||
# vpnNamespaces.mullvad.openVPNPorts = [
|
||||
# {
|
||||
# # irc port
|
||||
# port = 7021;
|
||||
# protocol = "both";
|
||||
# }
|
||||
# ];
|
||||
# systemd.services.autobrr.vpnConfinement = {
|
||||
# enable = true;
|
||||
# vpnNamespace = "mullvad";
|
||||
# };
|
||||
|
||||
services.autobrr = {
|
||||
enable = true;
|
||||
settings = {
|
||||
logLevel = "DEBUG";
|
||||
checkForUpdates = false;
|
||||
host = "[::1]";
|
||||
host = "localhost";
|
||||
port = 11012;
|
||||
};
|
||||
secretFile = config.sops.secrets.autobrr.path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue