mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-03-11 08:33:49 +00:00
fix nextcloud
This commit is contained in:
parent
34083ebb25
commit
75b8bfcaea
1 changed files with 2 additions and 1 deletions
|
@ -81,6 +81,8 @@
|
|||
# set what time makes sense for you
|
||||
autoUpdateApps.startAt = "05:00:00";
|
||||
|
||||
enableImagemagick = cfg.enableImageMagick;
|
||||
|
||||
settings = {
|
||||
# further forces Nextcloud to use HTTPS
|
||||
overwriteprotocol = "https";
|
||||
|
@ -99,6 +101,5 @@
|
|||
useACMEHost = sp.domain;
|
||||
forceSSL = true;
|
||||
};
|
||||
enableImagemagick = cfg.enableImageMagick;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue