summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-21 16:56:34 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-21 16:56:34 +0200
commitced211be3c212cafc6f3b35141efe351826ab4d9 (patch)
tree95610c9570354a50abfa056e5008f29d14565e90
parentba1c3bec771a04025a0c30c58d07722c7bc9a9dc (diff)
downloadnixos-ced211be3c212cafc6f3b35141efe351826ab4d9.tar
nixos-ced211be3c212cafc6f3b35141efe351826ab4d9.tar.gz
nixos-ced211be3c212cafc6f3b35141efe351826ab4d9.tar.bz2
nixos-ced211be3c212cafc6f3b35141efe351826ab4d9.tar.xz
nixos-ced211be3c212cafc6f3b35141efe351826ab4d9.zip
allow odin to notify gkleen
-rw-r--r--hel.nix4
1 files 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 @@
155 Hostname ymir.niflheim.yggdrasil 155 Hostname ymir.niflheim.yggdrasil
156 IdentityFile ~/.ssh/ymir 156 IdentityFile ~/.ssh/ymir
157 ''; 157 '';
158 commandPath = [ "${pkgs.callPackage ./hel/recv-media.nix {}}/bin" ]; 158 commandPath = [ "${pkgs.callPackage ./hel/recv-media.nix {}}/bin" "/var/setuid-wrappers/" ];
159 defaultCommands = []; 159 defaultCommands = [];
160 commands = { 160 commands = {
161 "isaac" = ["recv-media"]; 161 "isaac" = ["recv-media" "notify-gkleen"];
162 }; 162 };
163 protocols = { 163 protocols = {
164 "isaac" = "t"; 164 "isaac" = "t";