forked from Drift/pvv-nixos-config
Update option names
This commit is contained in:
parent
fec14535a1
commit
344530e810
|
@ -204,7 +204,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.redis.enable = true;
|
||||
services.redis.servers.matrix.enable = true;
|
||||
|
||||
services.nginx.virtualHosts."matrix.pvv.ntnu.no" = {
|
||||
enableACME = true;
|
||||
|
|
|
@ -2,8 +2,10 @@
|
|||
|
||||
{
|
||||
|
||||
security.acme.acceptTerms = true;
|
||||
security.acme.email = "danio@pvv.ntnu.no";
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = "danio@pvv.ntnu.no";
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue