Make Nextcloud config NixOS 24.05 compatible
This commit is contained in:
parent
dc8f91068d
commit
a4542bd729
1 changed files with 3 additions and 1 deletions
|
@ -12,9 +12,11 @@
|
|||
https = true;
|
||||
maxUploadSize = "10G";
|
||||
config = {
|
||||
overwriteProtocol = "https";
|
||||
adminpassFile = "/var/lib/nextcloud/adminpass";
|
||||
};
|
||||
settings = {
|
||||
overwriteprotocol = "https";
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue