This commit is contained in:
2025-10-25 15:16:48 +03:00
parent fb53578d73
commit 542e18ca89
+5 -4
View File
@@ -7,10 +7,10 @@
... ...
}: }:
let let
work = import inputs.nixpkgs-stable { master = import inputs.nixpkgs-master {
system = "x86_64-linux"; system = "x86_64-linux";
config.allowUnfree = true; # config.allowUnfree = true;
config.allowUnfreePredicate = true; # config.allowUnfreePredicate = true;
}; };
in 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";
@@ -103,6 +103,7 @@ in
collabora-online = { collabora-online = {
enable = true; enable = true;
port = 9980; port = 9980;
package = master.collabora-online;
settings = { settings = {
server_name = "office.zeroq.ru"; server_name = "office.zeroq.ru";
ssl = { ssl = {