remove httpd
All checks were successful
nixos config pipeline / show-flake (push) Successful in 36s
nixos config pipeline / deploy (push) Successful in 54s

This commit is contained in:
smayzy 2025-10-02 17:47:20 +02:00
parent 6b003a8648
commit c8082d5b87
3 changed files with 0 additions and 15 deletions

View File

@ -24,10 +24,6 @@
gateway = "192.168.1.254";
};
nixos = {
httpd = {
enable = true;
ip = "192.168.1.201/24";
};
unbound = {
enable = true;
ip = "192.168.1.202/24";

View File

@ -111,12 +111,6 @@ in
tls.certResolver = "cloudflare";
middlewares = [ "dashboard-auth" ];
};
httpd = {
rule = "Host(`httpd.internal.smayzy.ovh`)";
entryPoints = [ "localSec" ];
service = "httpd";
tls.certResolver = "cloudflare";
};
bazarr-anime = {
rule = "Host(`bazarr-anime.internal.smayzy.ovh`)";
entryPoints = [ "localSec" ];
@ -185,9 +179,6 @@ in
};
};
services = {
"httpd".loadBalancer = {
servers = [ { url = "http://192.168.1.201" ; } ];
};
"bazarr-anime".loadBalancer = {
servers = [ { url = "http://192.168.1.147:6768" ; } ];
};

View File

@ -45,8 +45,6 @@ in
''"nfs-srv1.internal.smayzy.ovh. A 192.168.1.48"''
''"traefik.internal.smayzy.ovh. A 192.168.1.203"''
''"httpd.internal.smayzy.ovh. A 192.168.1.203"''
''"bazarr-anime.internal.smayzy.ovh. A 192.168.1.203"''
''"bazarr.internal.smayzy.ovh. A 192.168.1.203"''
''"lidarr.internal.smayzy.ovh. A 192.168.1.203"''