Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Sep 18, 2023
1 parent 0f156a9 commit f4feefa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion modules/nextcloud.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ in {
enable = true;
autoUpdateApps.enable = true;
enableBrokenCiphersForSSE = false;
package = pkgs.nextcloud26;
package = pkgs.nextcloud27;
config = {
dbuser = "nextcloud";
dbname = "nextcloud";
Expand All @@ -35,6 +35,11 @@ in {
adminpassFile = cfg.adminpassFile;
overwriteProtocol = "https";
};
extraOptions = {
calendar = {
calendarSubscriptionRefreshRate = "PT1H";
};
};
};
nginx.virtualHosts.${cfg.hostname} = {
useACMEHost = util.baseDomain cfg.hostname;
Expand Down

0 comments on commit f4feefa

Please sign in to comment.