summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-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";