socat: ship it
This commit is contained in:
@@ -112,7 +112,7 @@ in
|
||||
"ssh"
|
||||
"sshpass"
|
||||
"smartmontools" # smartctl
|
||||
# "socat"
|
||||
"socat"
|
||||
"strace"
|
||||
"subversion"
|
||||
"tcpdump"
|
||||
|
@@ -191,6 +191,7 @@
|
||||
./sm64coopdx.nix
|
||||
./sm64ex-coop.nix
|
||||
./smartmontools.nix
|
||||
./socat.nix
|
||||
./sops.nix
|
||||
./soundconverter.nix
|
||||
./splatmoji.nix
|
||||
|
11
hosts/common/programs/socat.nix
Normal file
11
hosts/common/programs/socat.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
sane.programs.socat = {
|
||||
packageUnwrapped = pkgs.linkBinIntoOwnPackage pkgs.socat [
|
||||
"socat"
|
||||
# socat-broker.sh, socat-chain.sh, socat-mux.sh
|
||||
"socat-*"
|
||||
];
|
||||
sandbox.net = "all";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user