Loading nixos/modules/services/web-apps/discourse.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,9 +19,9 @@ let # We only want to create a database if we're actually going to connect to it. databaseActuallyCreateLocally = cfg.database.createLocally && cfg.database.host == null; tlsEnabled = (cfg.enableACME tlsEnabled = cfg.enableACME || cfg.sslCertificate != null || cfg.sslCertificateKey != null); || cfg.sslCertificateKey != null; in { options = { Loading Loading
nixos/modules/services/web-apps/discourse.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,9 +19,9 @@ let # We only want to create a database if we're actually going to connect to it. databaseActuallyCreateLocally = cfg.database.createLocally && cfg.database.host == null; tlsEnabled = (cfg.enableACME tlsEnabled = cfg.enableACME || cfg.sslCertificate != null || cfg.sslCertificateKey != null); || cfg.sslCertificateKey != null; in { options = { Loading