aboutsummaryrefslogtreecommitdiff
path: root/infra
diff options
context:
space:
mode:
Diffstat (limited to 'infra')
-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
];