mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: spun up zookeeper
This commit is contained in:
parent
46641cef08
commit
aefe3937c6
1 changed files with 4 additions and 5 deletions
|
|
@ -82,10 +82,10 @@
|
|||
# url = "git+ssh://git@gitlab.com/uprootnutrition/filesorter.git";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
# };
|
||||
# zookeeper = {
|
||||
# url = "git+ssh://git@gitlab.com/uprootnutrition/zookeeper.git";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
# };
|
||||
zookeeper = {
|
||||
url = "git+ssh://git@gitlab.com/uprootnutrition/zookeeper.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
outputs =
|
||||
inputs:
|
||||
|
|
@ -147,7 +147,6 @@
|
|||
config.nixosModules.core
|
||||
config.nixosModules.mantle
|
||||
# inputs.filesorter.nixosModules.default
|
||||
# inputs.zookeeper.nixosModules.default
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
# inputs.lix-module.nixosModules.default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue