Put hydra behind nginx
This commit is contained in:
parent
f2056710ed
commit
9480e24301
2 changed files with 35 additions and 1 deletions
|
@ -55,6 +55,10 @@
|
|||
};
|
||||
services.prometheus.enable = true;
|
||||
services.promtail.enable = true;
|
||||
services.hydra = {
|
||||
enable = true;
|
||||
acmeCertName = "kilonull.com";
|
||||
};
|
||||
|
||||
hardware.audio.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue