sourcephile
/
git
/
sourcephile-nix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
openvpn: update PR#109643
[sourcephile-nix.git]
/
hosts
/
mermet
/
security.nix
diff --git
a/hosts/mermet/security.nix
b/hosts/mermet/security.nix
index 9600af0c0a9378a1d9a022291b02675c36bbe37c..37fcdcc03400599baa9123c47620a466c551e6bf 100644
(file)
--- a/
hosts/mermet/security.nix
+++ b/
hosts/mermet/security.nix
@@
-7,4
+7,7
@@
services.openssh.extraConfig = ''
# This is for removing remote gpg-agent's socket
StreamLocalBindUnlink yes
'';
+environment.systemPackages = [
+ pkgs.tshark
+];
}