Skip to content

Commit

Permalink
duckdns: fallback acme group
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC committed Jun 17, 2024
1 parent 1a50917 commit c2a5937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/duckdns.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ in
useHttpServer = lib.mkEnableOption "use Lego's built-in HTTP server instead a request to DuckDNS";
group = lib.mkOption {
type = lib.types.str;
default = config.security.acme.defaults.group;
default = (config.security.acme.defaults.group or "acme");
description = "Group account under which the activation runs.";
};
httpPort = lib.mkOption {
Expand Down

1 comment on commit c2a5937

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All packages were built and cached successfully! (332 not suitable for building)

Please sign in to comment.