disable nextcloud

This commit is contained in:
Kopatz
2024-04-14 21:04:11 +02:00
parent 22e710bada
commit 3419a2fd70
4 changed files with 4 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ let
useHttps = config.services.step-ca.enable;
in
{
imports = [ ./postgres.nix ];
security.acme.certs."${fqdn}".server = "https://127.0.0.1:8443/acme/acme/directory";
services.nginx = {
enable = true;