This commit is contained in:
2026-04-07 13:28:26 -03:00
parent d8c09047f5
commit 3ac4eb5503
10 changed files with 99 additions and 491 deletions
-17
View File
@@ -1,17 +0,0 @@
{ config, lib, inputs, pkgs, ... }: {
services.cloudflared = {
enable = true;
tunnels = {
"d5615be7-62ce-414c-a2b3-67dcbbbd4ac4" = {
credentialsFile = "/etc/cloudflared/d5615be7-62ce-414c-a2b3-67dcbbbd4ac4.json";
default = "http_status:404";
ingress = {
"pass.darkgui.com.br" = "http://localhost:8080";
};
};
};
};
}
-1
View File
@@ -3,6 +3,5 @@
imports = [
./pkgsconfig.nix
./pkgs.nix
./cloudflared.nix
];
}