From 4b3f0dea7f508e7152f16bbc37378cb735512d09 Mon Sep 17 00:00:00 2001 From: revol-xut Date: Fri, 2 Jun 2023 15:45:13 +0200 Subject: [PATCH] using different branch --- flake.lock | 65 +++++++++++++++++++++++++++++++++++++++++++ modules/nextcloud.nix | 1 + 2 files changed, 66 insertions(+) create mode 100644 flake.lock diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..5021bad --- /dev/null +++ b/flake.lock @@ -0,0 +1,65 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1685106747, + "narHash": "sha256-N80CqeYPiABi50ikFVZp0fu28/VXBdBA3Ywzx0I9+xY=", + "owner": "revol-xut", + "repo": "nixpkgs", + "rev": "833c6767c3f43f7dcb772b8daec068a07317a025", + "type": "github" + }, + "original": { + "owner": "revol-xut", + "ref": "regex-opt", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-stable": { + "locked": { + "lastModified": 1685215858, + "narHash": "sha256-IRMFoDXA6cYx3ifVw3B2JcC4JrjT5v7tRAx2vro2Ffs=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "ba6e4ddeb3e8ad3f3e3bec63dafbc9fe558729bb", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "release-22.11", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs", + "sops-nix": "sops-nix" + } + }, + "sops-nix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ], + "nixpkgs-stable": "nixpkgs-stable" + }, + "locked": { + "lastModified": 1685434555, + "narHash": "sha256-aZl0yeaYX3T2L3W3yXOd3S9OfpS+8YUOT2b1KwrSf6E=", + "owner": "Mic92", + "repo": "sops-nix", + "rev": "876846cde9762ae563f018c17993354875e2538e", + "type": "github" + }, + "original": { + "owner": "Mic92", + "repo": "sops-nix", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/modules/nextcloud.nix b/modules/nextcloud.nix index 031c4f1..55f2b14 100644 --- a/modules/nextcloud.nix +++ b/modules/nextcloud.nix @@ -37,6 +37,7 @@ in phpExtraExtensions = all: [ all.ldap # Enable ldap php extension ]; + enableBrokenCiphersForSSE = false; config = { dbtype = "pgsql"; dbuser = "nextcloud";