mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
fix: corriger le chemin d'importation
This commit is contained in:
parent
0df38f9cfd
commit
52ea5b75e8
3 changed files with 29 additions and 15 deletions
|
@ -1,18 +1,20 @@
|
|||
{config, pkgs, ...}:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.sabnzbd = {
|
||||
enable = true;
|
||||
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
services.caddy.virtualHosts."http://sabnzbd.normandy.sisyphe.hypervirtual.world".extraConfig = ''
|
||||
reverse_proxy 8080
|
||||
'';
|
||||
/*
|
||||
services.caddy.virtualHosts."http://nzb.normandy.sisyphe.hypervirtual.world".extraConfig = ''
|
||||
reverse_proxy 8080
|
||||
'';
|
||||
|
||||
services.prometheus.exporters.sabnzbd = {
|
||||
enable = true;
|
||||
servers = [
|
||||
localhost
|
||||
]
|
||||
};*/
|
||||
}
|
||||
enable = true;
|
||||
servers = [
|
||||
{ sisyphe = {
|
||||
|
||||
}; }
|
||||
]
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue