Upgrade nixpkgs to 23.11

This commit is contained in:
Amanda Graven 2023-12-08 14:05:12 +01:00
parent bdd876cdfd
commit 2895a51862
Signed by: amanda
GPG key ID: F747582C5608F4CB
4 changed files with 14 additions and 16 deletions

View file

@ -2,8 +2,6 @@
{
services.nextcloud = {
enable = true;
# Disable server-side file encryption for stronger SSL
enableBrokenCiphersForSSE = false;
hostName = "cloud.graven.dev";
https = true;
package = pkgs.nextcloud26;

View file

@ -9,7 +9,7 @@
ensureUsers = [
{
name = "nextcloud";
ensurePermissions."DATABASE nextcloud" = "ALL PRIVILEGES";
ensureDBOwnership = true;
}
];
};