From 542e18ca891e1116a54df8d3707eb293513b1563 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sat, 25 Oct 2025 15:16:48 +0300 Subject: [PATCH] 123 --- modules/server/nextcloud.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/server/nextcloud.nix b/modules/server/nextcloud.nix index 294f06e..fa47c30 100644 --- a/modules/server/nextcloud.nix +++ b/modules/server/nextcloud.nix @@ -7,10 +7,10 @@ ... }: let - work = import inputs.nixpkgs-stable { + master = import inputs.nixpkgs-master { system = "x86_64-linux"; - config.allowUnfree = true; - config.allowUnfreePredicate = true; + # config.allowUnfree = true; + # config.allowUnfreePredicate = true; }; in { @@ -24,7 +24,7 @@ in }; nextcloud = { enable = true; - package = pkgs.nextcloud32; + package = master.nextcloud32; hostName = "nextcloud.local"; database.createLocally = true; home = "${xlib.dirs.services-mnt-folder}/nextcloud"; @@ -103,6 +103,7 @@ in collabora-online = { enable = true; port = 9980; + package = master.collabora-online; settings = { server_name = "office.zeroq.ru"; ssl = {