mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
Fix acme config
This commit is contained in:
parent
3d2c3e760d
commit
577ce599c6
1 changed files with 0 additions and 5 deletions
|
@ -147,11 +147,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
security.acme.certs.${cfg.url} = {
|
|
||||||
domain = "*.${cfg.url}";
|
|
||||||
group = "nginx";
|
|
||||||
};
|
|
||||||
|
|
||||||
services.nginx = mkIf cfg.configureNginx {
|
services.nginx = mkIf cfg.configureNginx {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue