Adding nextcloud

This commit is contained in:
Lyes Saadi 2025-10-18 00:11:03 +02:00
parent d2a132bf0a
commit 7893349400
Signed by: lyes
GPG key ID: 55A1D803917CF39A
6 changed files with 66 additions and 0 deletions

View file

@ -17,6 +17,7 @@
../../modules/server/link
../../modules/server/taf
../../modules/server/giovanni
../../modules/server/baba
# disko.nixosModules.disko
agenix.nixosModules.default

View file

@ -12,6 +12,14 @@
recommendedTlsSettings = true;
virtualHosts = {
"lyes.eu" = {
default = true;
forceSSL = true;
enableACME = true;
locations."/" = {
root = "/var/data/www/lyes.eu/";
};
};
"auth.lyes.eu" = {
forceSSL = true;
enableACME = true;