Home
Softono

Nixbox.tv

Open source MIT Nix
25
Stars
2
Forks
0
Issues
1
Watchers
3 months
Last Commit

 About Nixbox.tv

My NixOS configuration for my personal media server

Platforms

Web Self-hosted

Languages

Nix

Links

Need Help Installing Nixbox.tv?

We provide expert installation service for this software. Our team will install, configure, and secure Nixbox.tv on your server. plans start at just $30.

nixbox.tv

A Nix Flake for my personal media server, inspired by Saltbox.

Services

Nixbox.tv is configured with the following services:

  • Plex
  • Sonarr
  • Radarr
  • Lidarr
  • rTorrent
  • Flood (UI for rTorrent)

Setup

Fork & clone this git repository to your home directory:

$ git clone [email protected]:<USERNAME>/nixbox.tv.git 

:warning: Don't use my hardware-configuration.nix, generate your own!: Be very careful here!

Create an age key from your SSH private key to encrypt/decrypt secrets:

nix-shell -p ssh-to-age --run "ssh-to-age -private-key -i ~/.ssh/id_ed25519 > ~/.config/sops/age/keys.txt"

Make any changes to the configuration as necessary and deploy it to the host configured in flake.nix:

$ nixos-rebuild switch --fast --flake .#nixbox --target-host nixbox --build-host nixbox --use-remote-sudo