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