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" ];