mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/acme: split from nginx
This commit is contained in:
parent
0314eeabd6
commit
bd2da85ef0
5 changed files with 45 additions and 25 deletions
|
@ -139,9 +139,6 @@ in
|
|||
# Webserver
|
||||
nginx = {
|
||||
enable = true;
|
||||
acme = {
|
||||
credentialsFile = secrets."acme/inwx".path;
|
||||
};
|
||||
sso = {
|
||||
authKeyFile = secrets."sso/auth-key".path;
|
||||
users = {
|
||||
|
@ -155,6 +152,10 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
acme = {
|
||||
enable = true;
|
||||
credentialsFile = secrets."acme/inwx".path;
|
||||
};
|
||||
vpn = {
|
||||
enable = true;
|
||||
isMaster = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue