From 8d4689e8c7076220f858c053ee7f70c99ce18ceb Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Thu, 31 Jul 2025 19:17:35 +0100 Subject: [PATCH] hosts/vps1: disable outline --- hosts/vps1/outline.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vps1/outline.nix b/hosts/vps1/outline.nix index bb9e7c9..9c39751 100644 --- a/hosts/vps1/outline.nix +++ b/hosts/vps1/outline.nix @@ -35,7 +35,7 @@ in }; services.outline = { - enable = true; + enable = false; forceHttps = false; oidcAuthentication = { clientId = "outline";