mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
treewide: fix statix errors
This commit is contained in:
parent
a4b8c2b8da
commit
743d7eead9
48 changed files with 72 additions and 82 deletions
|
@ -2,7 +2,7 @@
|
|||
{ config, lib, ... }:
|
||||
let
|
||||
cfg = config.my.services.prowlarr;
|
||||
domain = config.networking.domain;
|
||||
inherit (config.networking) domain;
|
||||
port = 9696;
|
||||
in
|
||||
{
|
||||
|
@ -46,7 +46,7 @@ in
|
|||
my.services.exportarr.prowlarr = {
|
||||
port = port + 1;
|
||||
url = "http://127.0.0.1:${toString port}";
|
||||
apiKeyFile = cfg.apiKeyFile;
|
||||
inherit (cfg) apiKeyFile;
|
||||
};
|
||||
|
||||
services.prometheus.scrapeConfigs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue