From 99f52a2a765e1097fab4d6fa73e93fcb283287c2 Mon Sep 17 00:00:00 2001 From: triethyl Date: Sat, 6 Sep 2025 14:48:44 -0400 Subject: homelab: added caddy and more --- nixos/modules/homelab/dev/default.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nixos/modules/homelab/dev/default.nix (limited to 'nixos/modules/homelab/dev/default.nix') diff --git a/nixos/modules/homelab/dev/default.nix b/nixos/modules/homelab/dev/default.nix new file mode 100644 index 0000000..6add50f --- /dev/null +++ b/nixos/modules/homelab/dev/default.nix @@ -0,0 +1,5 @@ +{...}: { + imports = [ + ./git.nix + ]; +} -- cgit v1.2.3