citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 19fc94f6364b388ceada8ff2194340eadd62d5d4
parent cf52a522fc8c72b204fb781d0cfee802ac2678e8
Author: William Casarin <jb55@jb55.com>
Date:   Thu,  8 Oct 2020 12:16:17 -0700

udp-tunnel: add some net tools

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mnix-config/machines/monad/default.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-config/machines/monad/default.nix b/nix-config/machines/monad/default.nix @@ -152,7 +152,7 @@ in wantedBy = [ "default.target" ]; after = [ "default.target" ]; - path = with pkgs; [ bash gnupg libnotify ]; + path = with pkgs; [ bash gnupg libnotify netcat nettools ]; serviceConfig.ExecStart = util.writeBash "notify-daemon" '' exec ${pkgs.socat}/bin/socat -d -d udp4-recvfrom:${toString extra.private.notify-port},reuseaddr,fork exec:/home/jb55/bin/recvalert