summaryrefslogtreecommitdiff
path: root/release.nix
diff options
context:
space:
mode:
authorJason Felice <jason.m.felice@gmail.com>2019-06-24 11:43:01 -0400
committerJason Felice <jason.m.felice@gmail.com>2019-07-02 10:44:34 -0400
commit26c6e5f758b86f85dd9f9f46e484ed5fcab2147f (patch)
treee6c2fafc2b4d1f4c6f8689062f3fb1ec65153a88 /release.nix
parent7dec9686fb7aa70f00f8a0bae034336ffdbb58c7 (diff)
port autossh service from nixos
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/release.nix b/release.nix
index 4bccefa..5071d6a 100644
--- a/release.nix
+++ b/release.nix
@@ -98,6 +98,7 @@ let
examples.simple = makeSystem ./modules/examples/simple.nix;
tests.activation-scripts = makeTest ./tests/activation-scripts.nix;
+ tests.autossh = makeTest ./tests/autossh.nix;
tests.checks-nix-gc = makeTest ./tests/checks-nix-gc.nix;
tests.environment-path = makeTest ./tests/environment-path.nix;
tests.launchd-daemons = makeTest ./tests/launchd-daemons.nix;