• 6 Posts
  • 353 Comments
Joined 11 months ago
cake
Cake day: April 27th, 2024

help-circle


  • smiletolerantly@awful.systemsto196OS rule
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 day ago

    It’s actually fine though, kinda. A significant portion of that is my n(ix)vim config, and the rest are mostly modules used in 30+ desktops and server VMs. The complete config for any one of those hosts isn’t that extravagant.









  • I am a bit confused tbh 😅

    The link you send links to docker projects, the link I sent is the second one of those. Seems pretty straightforward?

    But to be fair, I have never used docker for any of this. In my nix config, it’s literally just:

        services.prowlarr.enable = true;
        services.prowlarr.openFirewall = true;
    

    There’s not really anything you need to configure host-side. Prowlarr needs to be able to communicate with sonarr and radarr (same as jackett), but otherwise it’s basically stateless.