diff options
-rw-r--r-- | hel.nix | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -219,10 +219,7 @@ | |||
219 | commandPath = [ "${pkgs.callPackage ./hel/recv-media.nix {}}/bin" config.security.wrapperDir ]; | 219 | commandPath = [ "${pkgs.callPackage ./hel/recv-media.nix {}}/bin" config.security.wrapperDir ]; |
220 | defaultCommands = []; | 220 | defaultCommands = []; |
221 | commands = { | 221 | commands = { |
222 | "isaac" = ["recv-media" "notify-gkleen"]; | 222 | "odin" = ["recv-media" "notify-gkleen"]; |
223 | }; | ||
224 | protocols = { | ||
225 | "isaac" = "t"; | ||
226 | }; | 223 | }; |
227 | }; | 224 | }; |
228 | 225 | ||
@@ -241,7 +238,7 @@ | |||
241 | sshsendmail unix - n n - - pipe flags=Fq user=postfix_ssh argv=${pkgs.openssh}/bin/ssh -F /var/db/postfix_ssh/ssh.config $nexthop sendmail -f $sender -G $recipient | 238 | sshsendmail unix - n n - - pipe flags=Fq user=postfix_ssh argv=${pkgs.openssh}/bin/ssh -F /var/db/postfix_ssh/ssh.config $nexthop sendmail -f $sender -G $recipient |
242 | ''; | 239 | ''; |
243 | transport = '' | 240 | transport = '' |
244 | gkleen+sent@yggdrasil.li uucp:isaac | 241 | gkleen+sent@yggdrasil.li uucp:odin |
245 | ''; | 242 | ''; |
246 | extraConfig = '' | 243 | extraConfig = '' |
247 | always_bcc = gkleen+sent@yggdrasil.li | 244 | always_bcc = gkleen+sent@yggdrasil.li |