Add nextcloud bookmarks module

This commit is contained in:
Evie Litherland-Smith 2023-06-08 11:00:54 +01:00
parent 68b356d1b4
commit 729186efc9

View file

@ -15,7 +15,7 @@
trusted_proxies = ["192.168.1.166"];
overwriteprotocol = "https";
};
extraApps = with pkgs.nextcloud26Packages.apps; {inherit calendar contacts;};
extraApps = with pkgs.nextcloud26Packages.apps; {inherit calendar contacts bookmarks;};
extraAppsEnable = true;
};
services.nginx.virtualHosts.${config.services.nextcloud.hostName}.listen = [