alpha
Login
or
Join now
yemou.pink
/
nix-configs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Nix configurations for my homelab
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Update prowlarr
author
yemou
date
2 months ago
(Apr 11, 2026, 10:58 PM -0400)
commit
1e714d7f
1e714d7f601fc0ce54a8978da03f088ad1650335
parent
f54a3745
f54a37455ca4edbb0163c6ccdb0dc28d6fa3cd61
+12
-2
2 changed files
Expand all
Collapse all
Unified
Split
flake.nix
modules
services
arr.nix
+2
flake.nix
Reviewed
···
23
23
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
24
24
roc-lang.url = "github:roc-lang/roc";
25
25
tangled.url = "git+https://tangled.org/tangled.org/core?ref=refs/tags/v1.13.0-alpha";
26
26
+
27
27
+
nixpkgs-pr-prowlarr-506785.url = "github:NixOS/nixpkgs?ref=refs/pull/506785/head";
26
28
};
27
29
28
30
outputs =
+10
-2
modules/services/arr.nix
Reviewed
···
1
1
-
{ config, nixpkgs-unstable, ... }:
1
1
+
{
2
2
+
config,
3
3
+
nixpkgs-unstable,
4
4
+
nixpkgs-pr-prowlarr-506785,
5
5
+
...
6
6
+
}:
2
7
{
3
8
environment.persistence."/data/persistent".directories = [
4
9
# NOTE: Prowlarr isn't here since it uses /var/lib/private/prowlarr as its directory regardless and this directory
···
32
37
33
38
# Help prevent from rebuilding chromium all the time
34
39
nixpkgs.overlays = [
35
35
-
(final: prev: { inherit (nixpkgs-unstable.legacyPackages.${prev.stdenv.hostPlatform.system}) chromium; })
40
40
+
(final: prev: {
41
41
+
inherit (nixpkgs-pr-prowlarr-506785.legacyPackages.${prev.stdenv.hostPlatform.system}) prowlarr;
42
42
+
inherit (nixpkgs-unstable.legacyPackages.${prev.stdenv.hostPlatform.system}) chromium;
43
43
+
})
36
44
];
37
45
38
46
networking.firewall.interfaces.${config.services.netbird.clients.homelab.interface}.allowedTCPPorts = [