mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:19:22 +08:00
services.acme: fix
This commit is contained in:
@@ -36,7 +36,7 @@ inputs:
|
||||
group = inputs.lib.mkIf (cert.value.group != null) cert.value.group;
|
||||
};
|
||||
})
|
||||
(inputs.lib.localLib.attrsToList acme.cert));
|
||||
(inputs.localLib.attrsToList acme.cert));
|
||||
};
|
||||
sops.secrets."acme/cloudflare.ini" = {};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user