mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -24,7 +24,7 @@ in
|
|||||||
};
|
};
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud32;
|
package = master.nextcloud32;
|
||||||
hostName = "nextcloud.local";
|
hostName = "nextcloud.local";
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
home = "${xlib.dirs.services-mnt-folder}/nextcloud";
|
home = "${xlib.dirs.services-mnt-folder}/nextcloud";
|
||||||
@@ -102,7 +102,7 @@ in
|
|||||||
collabora-online = {
|
collabora-online = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 9980;
|
port = 9980;
|
||||||
package = pkgs.collabora-online;
|
package = master.collabora-online;
|
||||||
settings = {
|
settings = {
|
||||||
server_name = "office.zeroq.ru";
|
server_name = "office.zeroq.ru";
|
||||||
ssl = {
|
ssl = {
|
||||||
|
|||||||
Reference in New Issue
Block a user