The world's most clever kitty cat
0
fork

Configure Feed

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

Set BRAIN_FILE correctly in module

Ben C 95483770 f20feff8

+1 -1
+1 -1
nix/nixosModule.nix
··· 44 44 environment = { 45 45 REPLY_CHANNELS = replyChannelsStr; 46 46 TOKEN_FILE = "%d/token"; 47 - BRAIN_FILE = "brain.msgpackz"; 47 + BRAIN_FILE = "%S/bingus/brain.msgpackz"; 48 48 }; 49 49 50 50 serviceConfig = {