summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-10-19 20:02:29 +0200
committermakefu <github@syntax-fehler.de>2015-10-19 20:02:29 +0200
commit952c03b3742cc1a979e4a1c148d083f1334cfe65 (patch)
tree4f71a28968335850754dff01261f57d7e6a779f9 /krebs
parent7656868d1b3232d5a17ed422c25c38e37c81e588 (diff)
krebs 5 retiolum-bootstrap: init new_install.sh package
Diffstat (limited to 'krebs')
-rw-r--r--krebs/5pkgs/retiolum-bootstrap/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/krebs/5pkgs/retiolum-bootstrap/default.nix b/krebs/5pkgs/retiolum-bootstrap/default.nix
new file mode 100644
index 00000000..d3bcc05d
--- /dev/null
+++ b/krebs/5pkgs/retiolum-bootstrap/default.nix
@@ -0,0 +1,6 @@
+{ fetchurl }:
+
+fetchurl {
+ url = https://raw.githubusercontent.com/krebscode/painload/master/retiolum/scripts/tinc_setup/new_install.sh;
+ sha256 = "03kmil8q2xm3rdm2jxyah7vww84pw6w01d0c3siid9zpn2j7la9s";
+}