Skip to content

Instantly share code, notes, and snippets.

@schromp
schromp / acme.nix
Created August 2, 2025 08:25
acme clan service
{
_class = "clan.service";
manifest.name = "acme";
roles.default = {
interface = {lib, ...}: {
options = {
domains = lib.mkOption {
type = lib.types.listOf lib.types.str;
description = "List of domains to obtain certificates for";
};