Revert "add bookstack configuration"

This reverts commit 009dc9373f.
This commit is contained in:
shobu
2025-12-24 17:45:27 +01:00
parent 009dc9373f
commit 45300e7a21
2 changed files with 0 additions and 15 deletions

View File

@@ -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;
}
;
};
}

View File

@@ -17,7 +17,6 @@
./secrets.nix
./coredns
./copyparty.nix
./bookstack.nix
];
boot.initrd.kernelModules = [ "usb_storage" ];