Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Disable litterbox for libera

+4 -4
+4 -4
services.nix
··· 338 338 }; 339 339 }; 340 340 341 - "litterbox@libera.irc.packetlost.dev" = { 342 - overrideStrategy = "asDropin"; 343 - wantedBy = [ "multi-user.target" ]; 344 - }; 341 + #"litterbox@libera.irc.packetlost.dev" = { 342 + # overrideStrategy = "asDropin"; 343 + # wantedBy = [ "multi-user.target" ]; 344 + #}; 345 345 "update-downstream-src" = { 346 346 path = with pkgs; [ rc coreutils git openssh ]; 347 347 script = "exec ${./scripts/update-src}";