mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Update inputs
This commit is contained in:
parent
28d3b18f01
commit
69d06e8e71
2 changed files with 30 additions and 29 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
pkgs-unstable,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
|
@ -185,6 +185,7 @@ in
|
|||
|
||||
services.jackett = {
|
||||
enable = true;
|
||||
package = pkgs-unstable.jackett;
|
||||
openFirewall = true;
|
||||
user = config.users.users.www-data.name;
|
||||
group = config.users.groups.www-data.name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue