Outline: Difference between revisions

Klinger (talk | contribs)
No edit summary
Bmillwood (talk | contribs)
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|/etc/nixos/configuration.nix|nix|<nowiki>
{{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 ==