Update to NixOS 23.11

This commit is contained in:
Paul-Henri Froidmont 2023-12-13 18:51:56 +01:00
parent 4736c4778d
commit c1e946b5d3
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
6 changed files with 52 additions and 61 deletions

View file

@ -57,7 +57,6 @@ in {
package = pkgs.nextcloud27;
hostName = "cloud.${config.networking.domain}";
https = true;
enableBrokenCiphersForSSE = false;
maxUploadSize = "1G";
config = {
dbtype = "pgsql";