This commit is contained in:
2025-09-19 17:09:37 +03:00
parent a90720dee8
commit e07c492d9b
+2 -2
View File
@@ -93,11 +93,11 @@
}; };
net = { net = {
listen = "loopback"; listen = "loopback";
post_allow.host = ["::1"]; post_allow.host = [ "::1" ];
}; };
storage.wopi = { storage.wopi = {
"@allow" = true; "@allow" = true;
host = ["nextcloud.zeroq.ru"]; host = [ "nextcloud.zeroq.ru" ];
}; };
}; };
}; };