From de6807414e642201adb932d7630dedbd040b7057 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Tue, 31 Jan 2023 11:53:51 +0100 Subject: [PATCH] Use upstream outline --- nki-personal-do/configuration.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/nki-personal-do/configuration.nix b/nki-personal-do/configuration.nix index a614c48..b92af9d 100644 --- a/nki-personal-do/configuration.nix +++ b/nki-personal-do/configuration.nix @@ -103,19 +103,7 @@ sops.secrets.authentik-oidc-client-secret = { owner = "outline"; }; services.outline = { enable = true; - package = pkgs.outline.overrideAttrs (attrs: rec { - src = pkgs.fetchFromGitHub { - owner = "outline"; - repo = "outline"; - rev = "08a471f2306c045ea96b4c838b73ad28d8448875"; - sha256 = "sha256-HF/E9Spr7mJF8wrSFJv2HmV/wkjmNqmylvWshnvxg3w="; - }; - - yarnOfflineCache = pkgs.fetchYarnDeps { - yarnLock = src + "/yarn.lock"; - sha256 = "sha256-8sWtN9uE5EUI9sybD1A5xAOq8mqBMQOx2AJ9Pw8i+rM="; - }; - }); + package = pkgs.unstable.outline; databaseUrl = "postgres://outline:outline@localhost/outline?sslmode=disable"; sequelizeArguments = "--env=production-ssl-disabled"; redisUrl = "local";