Update sp-modules/nextcloud/module.nix

def 2024-04-24 01:50:20 +03:00
parent e659eb7dee
commit c08165e82c
1 changed files with 5 additions and 0 deletions

View File

@ -77,4 +77,9 @@
adminuser = "admin";
};
};
services.nginx.virtualHosts.${hostName} = {
useACMEHost = sp.domain;
forceSSL = true;
};
};
}