Compare commits
2 commits
f7dd111761
...
7292e2f852
Author | SHA1 | Date | |
---|---|---|---|
Tristan Daniël Maat | 7292e2f852 | ||
Tristan Daniël Maat | ebc45a9af1 |
|
@ -11,7 +11,6 @@ in {
|
|||
inherit hostName;
|
||||
|
||||
package = nextcloud;
|
||||
enableBrokenCiphersForSSE = false;
|
||||
enable = true;
|
||||
maxUploadSize = "2G";
|
||||
https = true;
|
||||
|
@ -30,11 +29,9 @@ in {
|
|||
defaultPhoneRegion = "AT";
|
||||
};
|
||||
|
||||
phpOptions =
|
||||
options.services.nextcloud.phpOptions.default
|
||||
// {
|
||||
"opcache.interned_strings_buffer" = "16";
|
||||
};
|
||||
phpOptions = {
|
||||
"opcache.interned_strings_buffer" = "16";
|
||||
};
|
||||
|
||||
extraApps = {
|
||||
inherit (pkgs.local) bookmarks calendar contacts cookbook news notes;
|
||||
|
|
|
@ -18,15 +18,11 @@
|
|||
ensureUsers = [
|
||||
{
|
||||
name = "grafana";
|
||||
ensurePermissions = {
|
||||
"DATABASE grafana" = "ALL PRIVILEGES";
|
||||
};
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
{
|
||||
name = "nextcloud";
|
||||
ensurePermissions = {
|
||||
"DATABASE nextcloud" = "ALL PRIVILEGES";
|
||||
};
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
@ -5,4 +5,5 @@
|
|||
fetchNextcloudApp {
|
||||
url = source.src.url;
|
||||
sha256 = source.src.sha256;
|
||||
license = "unlicense"; # Blatant lie
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue