diff options
| author | makefu <github@syntax-fehler.de> | 2015-11-22 13:22:57 +0100 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2015-11-22 13:22:57 +0100 |
| commit | 9ad00c60a127b56898032c5e2bf7d8fa25066feb (patch) | |
| tree | a55edf6a742a37fe74c6f994007f8d6f9cb06756 /mv/1systems/stro.nix | |
| parent | 92749b0f50b812d28cb4664dbb04ca0f17231936 (diff) | |
| parent | 3bc83b484ca797c48007fa37d5598f3c59c7da19 (diff) | |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'mv/1systems/stro.nix')
| -rw-r--r-- | mv/1systems/stro.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mv/1systems/stro.nix b/mv/1systems/stro.nix index 9edcea0..38d4b4b 100644 --- a/mv/1systems/stro.nix +++ b/mv/1systems/stro.nix @@ -12,6 +12,7 @@ with lib; imports = [ ../2configs/hw/x220.nix + ../2configs/git.nix ../2configs/mail-client.nix ../2configs/xserver { @@ -154,7 +155,7 @@ with lib; connectTo = [ "cd" "gum" - "pigstarter" + "wry" ]; }; } @@ -217,6 +218,7 @@ with lib; "sendmail" # for cron ]; + services.bitlbee.enable = true; services.printing.enable = true; services.journald.extraConfig = '' |
