sneeuwvlok/clanServices/caddy/flake-module.nix
Chris Kruining cc86b0a815
checkpoint
2026-03-31 15:43:34 +02:00

13 lines
217 B
Nix

{...}: let
module = ./default.nix;
in {
clan.modules.caddy = module;
# perSystem = {...}: {
# clan.nixosTests.caddy = {
# imports = [];
# clan.modules."@arda/caddy" = module;
# };
# };
}