summaryrefslogtreecommitdiffstats
path: root/shared/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-12-22 22:00:30 +0100
committermakefu <github@syntax-fehler.de>2015-12-22 22:00:30 +0100
commit04e9eeb9c937dc6f231e8b1564171c465a3ef361 (patch)
treedb4eaed2abff88440ba371e9ca3c399547bdc432 /shared/1systems
parent86f2aeac201570159fefb8b9c7f9476e533abaa4 (diff)
s 1 test-failing: add for CI
Diffstat (limited to 'shared/1systems')
-rw-r--r--shared/1systems/test-failing.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/shared/1systems/test-failing.nix b/shared/1systems/test-failing.nix
new file mode 100644
index 0000000..81a9e48
--- /dev/null
+++ b/shared/1systems/test-failing.nix
@@ -0,0 +1,6 @@
+{ config, pkgs, ... }:
+
+{
+ programs.ssh.startAgent = true;
+ programs.ssh.startAgent = false;
+}