Upgrade nixpkgs to 23.11
This commit is contained in:
parent
bdd876cdfd
commit
2895a51862
4 changed files with 14 additions and 16 deletions
|
@ -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;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
ensureUsers = [
|
||||
{
|
||||
name = "nextcloud";
|
||||
ensurePermissions."DATABASE nextcloud" = "ALL PRIVILEGES";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue