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 | c2885e24915387d3c4650ee4c0010d10b1cd15bf (patch) | |
tree | 13f55a4b1486245280d03b34bb0f989f5b9d8e88 /mv/1systems | |
parent | e28930340b9d84710cc579897aabffe6a1931ca8 (diff) | |
parent | 2650803ff620e35de22ad91226f30d2b4ab9404f (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 9edcea007..38d4b4bc6 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 = '' |