mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: added zookeeper
This commit is contained in:
parent
fcdb380268
commit
c009562291
5 changed files with 102 additions and 4 deletions
|
|
@ -67,6 +67,7 @@ in
|
|||
syncthing
|
||||
vaultwarden
|
||||
website
|
||||
zookeeper
|
||||
;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
3
modules/nixos/services/zookeeper/default.nix
Normal file
3
modules/nixos/services/zookeeper/default.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.zookeeper.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue