Add nextcloud bookmarks module
This commit is contained in:
parent
68b356d1b4
commit
729186efc9
|
@ -15,7 +15,7 @@
|
||||||
trusted_proxies = ["192.168.1.166"];
|
trusted_proxies = ["192.168.1.166"];
|
||||||
overwriteprotocol = "https";
|
overwriteprotocol = "https";
|
||||||
};
|
};
|
||||||
extraApps = with pkgs.nextcloud26Packages.apps; {inherit calendar contacts;};
|
extraApps = with pkgs.nextcloud26Packages.apps; {inherit calendar contacts bookmarks;};
|
||||||
extraAppsEnable = true;
|
extraAppsEnable = true;
|
||||||
};
|
};
|
||||||
services.nginx.virtualHosts.${config.services.nextcloud.hostName}.listen = [
|
services.nginx.virtualHosts.${config.services.nextcloud.hostName}.listen = [
|
||||||
|
|
Loading…
Reference in a new issue