aboutsummaryrefslogtreecommitdiff
path: root/infra/hosts
diff options
context:
space:
mode:
authorvkcku <[email protected]>2026-06-02 08:00:08 +0530
committervkcku <[email protected]>2026-06-02 08:00:08 +0530
commiteac7ffdd1831917c629fab1d9d32f6aa50a03a2d (patch)
tree189b56998c09d68c236fda45062541394952dfe0 /infra/hosts
parentinfra: add caddy module (diff)
infra(indra): enable caddy
monorepo-revid: cecc9845a5d3bf1e9f0b23a06014ee3be81cbc9d
Diffstat (limited to 'infra/hosts')
-rw-r--r--infra/hosts/indra/modules.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/hosts/indra/modules.nix b/infra/hosts/indra/modules.nix
index 98b9439..47e430a 100644
--- a/infra/hosts/indra/modules.nix
+++ b/infra/hosts/indra/modules.nix
@@ -4,6 +4,7 @@
imports = map (m: config.flake.modules.nixos."${m}") [
# keep-sorted start
"base"
+ "caddy"
"deploy"
# keep-sorted end
];