socat: ship it
This commit is contained in:
@@ -112,7 +112,7 @@ in
|
|||||||
"ssh"
|
"ssh"
|
||||||
"sshpass"
|
"sshpass"
|
||||||
"smartmontools" # smartctl
|
"smartmontools" # smartctl
|
||||||
# "socat"
|
"socat"
|
||||||
"strace"
|
"strace"
|
||||||
"subversion"
|
"subversion"
|
||||||
"tcpdump"
|
"tcpdump"
|
||||||
|
@@ -191,6 +191,7 @@
|
|||||||
./sm64coopdx.nix
|
./sm64coopdx.nix
|
||||||
./sm64ex-coop.nix
|
./sm64ex-coop.nix
|
||||||
./smartmontools.nix
|
./smartmontools.nix
|
||||||
|
./socat.nix
|
||||||
./sops.nix
|
./sops.nix
|
||||||
./soundconverter.nix
|
./soundconverter.nix
|
||||||
./splatmoji.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