summaryrefslogtreecommitdiff
path: root/modules/networking/caddy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/networking/caddy.nix')
-rw-r--r--modules/networking/caddy.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/networking/caddy.nix b/modules/networking/caddy.nix
deleted file mode 100644
index efba3f6..0000000
--- a/modules/networking/caddy.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- services.caddy = {
- enable = true;
-
- virtualHosts = {
- "i2pd.localhost".extraConfig = ''
- reverse_proxy localhost:7070
- tls internal
- '';
-
- "glance.localhost".extraConfig = ''
- reverse_proxy localhost:8080
- tls internal
- '';
- };
- };
-}