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

23 lines
403 B
Nix

{...}: {
_class = "clan.service";
manifest = {
name = "arda/caddy";
description = ''
Configuration of reverse proxy.
'';
categories = [ "Service", "Media" ];
readme = builtins.readFile ./README.md
};
roles.default = {
description = '''';
interface = {...}: {
options = {};
};
perInstance = {...}: {
nixosModule = {...}: {};
};
};
}