diff options
| author | vkcku <[email protected]> | 2026-06-02 08:00:08 +0530 |
|---|---|---|
| committer | vkcku <[email protected]> | 2026-06-02 08:00:08 +0530 |
| commit | eac7ffdd1831917c629fab1d9d32f6aa50a03a2d (patch) | |
| tree | 189b56998c09d68c236fda45062541394952dfe0 /infra/hosts/indra | |
| parent | infra: add caddy module (diff) | |
infra(indra): enable caddy
monorepo-revid: cecc9845a5d3bf1e9f0b23a06014ee3be81cbc9d
Diffstat (limited to 'infra/hosts/indra')
| -rw-r--r-- | infra/hosts/indra/modules.nix | 1 |
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 ]; |
