add bookstack

This commit is contained in:
TheWanderingCrow 2025-01-25 17:03:38 -05:00
parent b3913a9337
commit 8eafbfbe64

View file

@ -4,7 +4,9 @@
...
}:
lib.mkIf config.user.overseer.enable {
sops.secrets."bookstack/key" = {};
sops.secrets."bookstack/key" = {
owner = "bookstack";
};
services.bookstack = {
enable = true;