mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
resolved
This commit is contained in:
parent
964ad9e3db
commit
bd423686cc
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
unstablePkgsHA,
|
||||
unstablePkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ in
|
|||
services.prowlarr = {
|
||||
enable = true;
|
||||
openFirewall = false;
|
||||
package = unstablePkgsHA.prowlarr;
|
||||
package = unstablePkgs.prowlarr;
|
||||
};
|
||||
|
||||
# Define users and groups
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue