My Nix Configuration
2
fork

Configure Feed

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

[hosts.marvin] Disable all discord bots

Pyrox 787894c6 425ee201

+3
+3
hosts/marvin/services/bots.nix
··· 5 5 ... 6 6 }: { 7 7 systemd.services.io-bot = { 8 + enable = false; 8 9 wantedBy = ["multi-user.target"]; 9 10 after = ["network.target" "io-bot-lavalink.service"]; 10 11 description = "I/O, my personal bot"; ··· 17 18 }; 18 19 }; 19 20 systemd.services.io-bot-lavalink = { 21 + enable = false; 20 22 wantedBy = ["multi-user.target"]; 21 23 after = ["network.target"]; 22 24 description = "Lavalink server for I/O"; ··· 28 30 }; 29 31 }; 30 32 systemd.services.misc-bot = { 33 + enable = false; 31 34 wantedBy = ["multi-user.target"]; 32 35 after = ["network.target"]; 33 36 description = "Random Bot 1";