1
0
Fork 0

Adapt more services to 22.11

This commit is contained in:
Malte 2022-12-01 00:13:03 +01:00
parent f8025f5b84
commit dbdbb5f0a5
3 changed files with 6 additions and 5 deletions

View file

@ -35,7 +35,8 @@ with lib; let
nextcloudConf = hostname: {
enable = true;
hostName = hostname;
package = pkgs.nextcloud24;
package = pkgs.nextcloud25;
enableBrokenCiphersForSSE = false;
maxUploadSize = "10g";
caching = {
redis = true;

View file

@ -25,5 +25,5 @@
swapDevices = [{device = "/dev/disk/by-uuid/1e651bde-94b5-4fe2-9e6a-7af916d80057";}];
nix.maxJobs = lib.mkDefault 4;
nix.settings.max-jobs = lib.mkDefault 4;
}

View file

@ -33,11 +33,11 @@ in {
services = {
grafana = {
enable = true;
auth.anonymous.enable = true;
settings = {
secrutiy.allow_embedding = "true";
"auth.anonymous".enable = true;
secrutiy.allow_embedding = true;
users.default_theme = "light";
"auth.basic".enabled = "false";
"auth.basic".enabled = false;
dashboards.default_home_dashboard_path = "${dashboards}/health-status.json";
};
provision = {