mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-09 14:18:55 -05:00
add bookstack
This commit is contained in:
parent
59740b07ed
commit
b3913a9337
3 changed files with 20 additions and 4 deletions
15
modules/users/overseer/services/bookstack.nix
Normal file
15
modules/users/overseer/services/bookstack.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
lib.mkIf config.user.overseer.enable {
|
||||
sops.secrets."bookstack/key" = {};
|
||||
|
||||
services.bookstack = {
|
||||
enable = true;
|
||||
hostname = "bookstack.wanderingcrow.net";
|
||||
database.createLocally = true;
|
||||
appKeyFile = config.sops.secrets."bookstack/key".path;
|
||||
};
|
||||
}
|
||||
|
|
@ -8,5 +8,6 @@
|
|||
./homebox.nix
|
||||
./homepage.nix
|
||||
./invidious.nix
|
||||
./bookstack.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue