diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-21 16:56:34 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-21 16:56:34 +0200 |
commit | ced211be3c212cafc6f3b35141efe351826ab4d9 (patch) | |
tree | 95610c9570354a50abfa056e5008f29d14565e90 | |
parent | ba1c3bec771a04025a0c30c58d07722c7bc9a9dc (diff) | |
download | nixos-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.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; |