From ced211be3c212cafc6f3b35141efe351826ab4d9 Mon Sep 17 00:00:00 2001
From: Gregor Kleen <pngwjpgh@users.noreply.github.com>
Date: Thu, 21 Jul 2016 16:56:34 +0200
Subject: allow odin to notify gkleen

---
 hel.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hel.nix b/hel.nix
index b692a987..276c3086 100644
--- a/hel.nix
+++ b/hel.nix
@@ -155,10 +155,10 @@
 	  Hostname ymir.niflheim.yggdrasil
 	  IdentityFile ~/.ssh/ymir
       '';
-      commandPath = [ "${pkgs.callPackage ./hel/recv-media.nix {}}/bin" ];
+      commandPath = [ "${pkgs.callPackage ./hel/recv-media.nix {}}/bin" "/var/setuid-wrappers/" ];
       defaultCommands = [];
       commands = {
-        "isaac" = ["recv-media"];
+        "isaac" = ["recv-media" "notify-gkleen"];
       };
       protocols = {
         "isaac" = "t";
-- 
cgit v1.2.3