summaryrefslogtreecommitdiffstats
path: root/makefu/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
commitcdc77bf0bc39f9c815ad5bedd47ac3a372c00315 (patch)
treed63c4702f623ec45d0b981edaaaf3d4383db0e98 /makefu/1systems/gum.nix
parentb394c79051fbcf6cf072f2b9af75819d37cd2426 (diff)
m 1 gum: add chat tools
Diffstat (limited to 'makefu/1systems/gum.nix')
-rw-r--r--makefu/1systems/gum.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefu/1systems/gum.nix b/makefu/1systems/gum.nix
index 3a010220..8dd347b4 100644
--- a/makefu/1systems/gum.nix
+++ b/makefu/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" ];