migrating hades hosts to this repo
This commit is contained in:
parent
afe348d913
commit
b38f677544
15 changed files with 3672 additions and 18 deletions
11
nixos/hosts/hades/jackett/configuration.nix
Normal file
11
nixos/hosts/hades/jackett/configuration.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
system.stateVersion = "21.05";
|
||||
networking.interfaces.eth0.useDHCP = true;
|
||||
|
||||
services.jackett = {
|
||||
enable = true;
|
||||
dataDir = "/var/lib/jackett/";
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue