diff options
Diffstat (limited to 'hel.nix')
-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"; |