From 38fe86347f001413ce29328eea7d0b93083775ca Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 15 Oct 2015 14:44:14 +0200 Subject: lass: get up2date ts3client --- lass/1systems/mors.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lass/1systems') diff --git a/lass/1systems/mors.nix b/lass/1systems/mors.nix index c0c33828..0c272b86 100644 --- a/lass/1systems/mors.nix +++ b/lass/1systems/mors.nix @@ -179,6 +179,7 @@ sshpass get genid + teamspeak_client ]; #TODO: fix this shit -- cgit v1.2.3 From 202b53db3f732687b7f6205ac0f9090e56986017 Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 15 Oct 2015 14:44:46 +0200 Subject: l 1 mors: deactivate realwallpaper --- lass/1systems/mors.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'lass/1systems') diff --git a/lass/1systems/mors.nix b/lass/1systems/mors.nix index 0c272b86..18949fcc 100644 --- a/lass/1systems/mors.nix +++ b/lass/1systems/mors.nix @@ -23,7 +23,6 @@ ../2configs/wordpress.nix ../2configs/bitlbee.nix ../2configs/firefoxPatched.nix - ../2configs/realwallpaper.nix ../2configs/skype.nix ]; -- cgit v1.2.3 From 7ef76e4ce4f8b99b493b86d744cf0fc5531f53fb Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 15 Oct 2015 14:45:13 +0200 Subject: l 1 echelon: activate newsbot-js --- lass/1systems/echelon.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lass/1systems') diff --git a/lass/1systems/echelon.nix b/lass/1systems/echelon.nix index 1320e078..e0948d95 100644 --- a/lass/1systems/echelon.nix +++ b/lass/1systems/echelon.nix @@ -17,6 +17,7 @@ in { ../2configs/redis.nix ../2configs/go.nix ../2configs/ircd.nix + ../2configs/newsbot-js.nix { networking.interfaces.enp2s1.ip4 = [ { -- cgit v1.2.3 From ede2746b007023c3f01057ce826119471e9d94e4 Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 15 Oct 2015 14:45:32 +0200 Subject: l 1 mors: configure touchpad --- lass/1systems/mors.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lass/1systems') diff --git a/lass/1systems/mors.nix b/lass/1systems/mors.nix index 18949fcc..7076c8b1 100644 --- a/lass/1systems/mors.nix +++ b/lass/1systems/mors.nix @@ -210,4 +210,9 @@ ]; }; }; + #touchpad config + services.xserver.synaptics = { + enable = true; + tapButtons = false; + }; } -- cgit v1.2.3