change karakeep port to 3003

This commit is contained in:
death916 2025-08-29 05:14:42 -07:00
parent 2201b7c2d4
commit f7bdc39860

View file

@ -45,7 +45,7 @@
meilisearch.enable = true;
browser.enable = true;
extraEnvironment = {
PORT = "3003"
PORT = "3003";
};
};