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
2445241d0f
commit
e55743d609
3 changed files with 6 additions and 5 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -1957,11 +1957,11 @@
|
|||
"treefmt-nix": "treefmt-nix_4"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1760773891,
|
||||
"narHash": "sha256-Ju5MSlHwwUsdGRi8ighhCb/1QzIhTMFXcQD7ZkzZU2s=",
|
||||
"lastModified": 1760776189,
|
||||
"narHash": "sha256-mvl5/m28JKJ1rups+5ge2jW3/8Lrk9AtpcQTHk7vi3E=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "62246486a459471f34447441de0ac3614128f5a5",
|
||||
"revCount": 2,
|
||||
"rev": "8ac03a3baf779badd320094e87527b444bef709e",
|
||||
"revCount": 3,
|
||||
"type": "git",
|
||||
"url": "ssh://git@gitlab.com/uprootnutrition/zookeeper.git"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -144,6 +144,7 @@
|
|||
config.nixosModules.core
|
||||
config.nixosModules.mantle
|
||||
inputs.filesorter.nixosModules.default
|
||||
inputs.zookeeper.nixosModules.default
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.lix-module.nixosModules.default
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
services.zookeeper.enable = true;
|
||||
services.zookeeperbot.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue