summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-04-27 03:48:53 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-04-27 03:48:53 -0600
commit0b65cf64f6cbbe6ef7c3f7f725637db11c4f2fe1 (patch)
tree41a4f86552adc3a9ac881531ec074608f4118ecf
parent116ce437006b4da29a2e4bcb1cc81565af51dc2f (diff)
parentf85280a4ec9e62d80d240c30973b555c029926ee (diff)
merge
-rw-r--r--machines/khad/configuration.nix16
1 files changed, 11 insertions, 5 deletions
diff --git a/machines/khad/configuration.nix b/machines/khad/configuration.nix
index 3d51948..1935df5 100644
--- a/machines/khad/configuration.nix
+++ b/machines/khad/configuration.nix
@@ -116,11 +116,17 @@
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
- programs.light.enable = true;
- programs.mtr.enable = true;
- programs.gnupg.agent = {
- enable = true;
- enableSSHSupport = true;
+ programs = {
+ wireshark = {
+ enable = true;
+ package = pkgs.wireshark;
+ };
+ light.enable = true;
+ mtr.enable = true;
+ gnupg.agent = {
+ enable = true;
+ enableSSHSupport = true;
+ };
};
# List services that you want to enable: