forked from jan-leila/nix-config
feat: installed jackett
This commit is contained in:
parent
e895fa5edd
commit
6afdcce951
5 changed files with 65 additions and 0 deletions
6
modules/nixos-modules/server/jackett/default.nix
Normal file
6
modules/nixos-modules/server/jackett/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./proxy.nix
|
||||
./impermanence.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue