(T)im's N(ix) Flake, Multi-Host Configurations for all of my machines! 74k1.sh/
nixos nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(karakeep): disable due to usage of meilisearch

74k1 92b3ac3c fe9102ed

+2 -1
+2 -1
modules/nixos/daemons/karakeep/default.nix
··· 17 17 18 18 services = { 19 19 karakeep = { 20 - enable = true; 20 + # i use meilisearch :) 21 + enable = false; 21 22 extraEnvironment = { 22 23 # NEXTAUTH_URL = "karakeep.eiri.${allSecrets.global.domain01}"; 23 24 PORT = "3400";