New domainname

This commit is contained in:
William 2023-09-01 10:47:47 -03:00
parent 6c3fad825d
commit 3093372e4d
16 changed files with 44 additions and 44 deletions

View file

@ -6,7 +6,7 @@
enable = true;
package = pkgs.nextcloud27;
datadir = "/data/nextcloud";
hostName = "nextcloud.baduhai.me";
hostName = "nextcloud.baduhai.dev";
configureRedis = true;
https = true;
autoUpdateApps.enable = true;
@ -25,7 +25,7 @@
};
nginx.virtualHosts.${config.services.nextcloud.hostName} = {
useACMEHost = "baduhai.me";
useACMEHost = "baduhai.dev";
forceSSL = true;
kTLS = true;
};