Skip to content

Commit

Permalink
Set up torrenting and the arr suite on the NAS
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Nov 5, 2024
1 parent 5eb3371 commit bd96234
Show file tree
Hide file tree
Showing 8 changed files with 368 additions and 172 deletions.
6 changes: 6 additions & 0 deletions .sops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@ creation_rules:
- *joonas
age:
- *thebes
- path_regex: hosts/thebes/recyclarr_secrets$
key_groups:
- pgp:
- *joonas
age:
- *thebes
158 changes: 0 additions & 158 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,28 @@
nixpkgs.follows = "nixpkgs";
};
};

# https://github.com/rasmus-kirk/nixarr/issues/40
submerger = {
url = "github:rasmus-kirk/submerger";
inputs.nixpkgs.follows = "nixpkgs";
inputs.rust-overlay.follows = "rust-overlay";
};

rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};

nixarr = {
url = "github:rasmus-kirk/nixarr";
inputs = {
flake-parts.follows = "flake-parts";
nixpkgs.follows = "nixpkgs";
submerger.follows = "submerger";
treefmt-nix.follows = "treefmt-nix";
};
};
};

outputs =
Expand Down
Loading

0 comments on commit bd96234

Please sign in to comment.