fix: brainded

This commit is contained in:
s-prechtl 2025-06-30 13:32:06 +02:00
parent 50a8e086e2
commit 393c3c7823

View file

@ -9,7 +9,7 @@
networking.firewall.allowedTCPPorts = [80 443];
services.nextcloud = {
enable = true;
hostName = "nextcloud.sprechtl.ddns.net";
hostName = "nextcloud.sprechtl.me";
https = false;
configureRedis = true;
caching.redis = true;