Outline: Difference between revisions
No edit summary |
→SSL example: enablePasswordDB is in services.dex |
||
| (One intermediate revision by the same user not shown) | |||
| Line 88: | Line 88: | ||
Similar as before but this time with Nginx handling SSL. | Similar as before but this time with Nginx handling SSL. | ||
{{file| | {{file|||<nowiki> | ||
{ config, pkgs, lib, ... }: { | { config, pkgs, lib, ... }: { | ||
| Line 151: | Line 151: | ||
} | } | ||
]; | ]; | ||
enablePasswordDB = true; | |||
staticPasswords = [ | staticPasswords = [ | ||
{ | { | ||
| Line 165: | Line 166: | ||
</nowiki>}} | </nowiki>|name=/etc/nixos/configuration.nix|lang=nix}} | ||
== Troubleshooting == | == Troubleshooting == | ||