diff options
author | lassulus <lass@aidsballs.de> | 2015-11-21 14:24:46 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-11-21 14:24:46 +0100 |
commit | 876392e59f460d100d57fba75eb4a9cdab833a3e (patch) | |
tree | 6885f759a9495aef42257ef045a5c54fe03bf204 /mv/1systems | |
parent | 481997155636cf10cc965c218aabf53ce1a25456 (diff) | |
parent | 3bc83b484ca797c48007fa37d5598f3c59c7da19 (diff) |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'mv/1systems')
-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 = '' |