From 45300e7a2128595157be1456faa948283b9896f0 Mon Sep 17 00:00:00 2001 From: shobu Date: Wed, 24 Dec 2025 17:45:27 +0100 Subject: [PATCH] Revert "add bookstack configuration" This reverts commit 009dc9373f4bd18bd8e10aaf37d8f1afdee4a74f. --- hosts/sin/bookstack.nix | 14 -------------- hosts/sin/configuration.nix | 1 - 2 files changed, 15 deletions(-) delete mode 100644 hosts/sin/bookstack.nix diff --git a/hosts/sin/bookstack.nix b/hosts/sin/bookstack.nix deleted file mode 100644 index 85a1a63..0000000 --- a/hosts/sin/bookstack.nix +++ /dev/null @@ -1,14 +0,0 @@ -{...}: { - services.bookstack = { - enable = true; - nginx = { - serverAliases = [ - "bookstack.shobu.fr" - ]; - # To enable encryption and let let's encrypt take care of certificate - forceSSL = true; - enableACME = true; - } - ; - }; -} diff --git a/hosts/sin/configuration.nix b/hosts/sin/configuration.nix index 6b1fea9..1a72f7c 100644 --- a/hosts/sin/configuration.nix +++ b/hosts/sin/configuration.nix @@ -17,7 +17,6 @@ ./secrets.nix ./coredns ./copyparty.nix - ./bookstack.nix ]; boot.initrd.kernelModules = [ "usb_storage" ];