Skip to content

Commit

Permalink
feat: remove schizosearch
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Apr 15, 2024
1 parent a602a28 commit 52f59b3
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 145 deletions.
158 changes: 25 additions & 133 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@
};
};

schizosearch = {
url = "github:sioodmy/schizosearch";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts";
};
};
# schizosearch = {
# url = "github:sioodmy/schizosearch";
# inputs = {
# nixpkgs.follows = "nixpkgs";
# flake-parts.follows = "flake-parts";
# };
# };

barbie = {
url = "github:sioodmy/barbie";
Expand Down
10 changes: 5 additions & 5 deletions system/server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
defaults.email = "hello@sioodmy.dev";
};

services.schizosearch = {
enable = true;
openFirewall = true;
settings.port = 3000;
};
# services.schizosearch = {
# enable = true;
# openFirewall = true;
# settings.port = 3000;
# };

services.radicale = {
enable = true;
Expand Down

0 comments on commit 52f59b3

Please sign in to comment.