summaryrefslogtreecommitdiffstats
path: root/1systems/gum.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-11-10 19:36:46 +0100
committermakefu <github@syntax-fehler.de>2015-11-10 19:36:46 +0100
commitdc166aa4e94f03784e8c16a5ed20fe8b6f37d7f9 (patch)
tree87d3518f427fdf21bcc0b5fb9be972e911bc404b /1systems/gum.nix
parent1136c6b10e3d12835ef796a031103b78d278f2c0 (diff)
m 1 gum: add chat tools
Diffstat (limited to '1systems/gum.nix')
-rw-r--r--1systems/gum.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/1systems/gum.nix b/1systems/gum.nix
index 3a010220e..8dd347b4f 100644
--- a/1systems/gum.nix
+++ b/1systems/gum.nix
@@ -17,6 +17,12 @@ in {
krebs.build.target = "root@gum.krebsco.de";
krebs.build.host = config.krebs.hosts.gum;
+ # Chat
+ environment.systemPackages = with pkgs;[
+ weechat
+ ];
+ services.bitlbee.enable = true;
+
# Hardware
boot.loader.grub.device = "/dev/sda";
boot.initrd.availableKernelModules = [ "pata_via" "uhci_hcd" ];