Setup radarr and sonarr on torrent host
This commit is contained in:
parent
2085dfb783
commit
2733d28a99
13 changed files with 245 additions and 1 deletions
13
config/hosts/torrent/qbittorrent-nox/services.nix
Normal file
13
config/hosts/torrent/qbittorrent-nox/services.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Sources for this configuration:
|
||||
# - https://github.com/NixOS/nixpkgs/issues/236736#issuecomment-1704670598
|
||||
# - https://nixos.org/manual/nixos/stable/#sect-nixos-systemd-nixos
|
||||
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
systemd.packages = [ pkgs.qbittorrent-nox ];
|
||||
|
||||
systemd.services."qbittorrent-nox@torrent" = {
|
||||
overrideStrategy = "asDropin";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue