mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Change nextcloud log-type to systemd
This commit is contained in:
parent
834fdde5d1
commit
247dae0c4f
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@
|
||||||
adminuser = "admin";
|
adminuser = "admin";
|
||||||
adminpassFile = config.sops.secrets.nextcloud-admin-pass.path;
|
adminpassFile = config.sops.secrets.nextcloud-admin-pass.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
settings.log_type = "systemd";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue