diff options
author | makefu <github@syntax-fehler.de> | 2015-11-10 19:37:00 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-11-10 19:37:00 +0100 |
commit | 5b0a2be7d3698707c15020c4c479851dec8dfad2 (patch) | |
tree | bbc4c694cc29bac37e1c9a08fec82846f7a7e8ab /makefu/1systems/gum.nix | |
parent | 5ac356be526cc43105421194f6939ed11b4beaa6 (diff) | |
parent | cdc77bf0bc39f9c815ad5bedd47ac3a372c00315 (diff) |
Merge branch 'master' of pnp:stockholm
Diffstat (limited to 'makefu/1systems/gum.nix')
-rw-r--r-- | makefu/1systems/gum.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/makefu/1systems/gum.nix b/makefu/1systems/gum.nix index 3a010220e..8dd347b4f 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" ]; |