aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/develop.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2024-02-17 12:18:48 +0100
committerKarel Kočí <cynerd@email.cz>2024-02-17 12:18:48 +0100
commit9e7eca47bb3ddb6e88720cfcb28c995acbb072c1 (patch)
tree51391269780f8f7ce97284b8d79731f948756f30 /nixos/modules/develop.nix
parent6e3d6da59d310c50a61474824bd7a9f60a17187f (diff)
downloadnixos-personal-9e7eca47bb3ddb6e88720cfcb28c995acbb072c1.tar.gz
nixos-personal-9e7eca47bb3ddb6e88720cfcb28c995acbb072c1.tar.bz2
nixos-personal-9e7eca47bb3ddb6e88720cfcb28c995acbb072c1.zip
spt-omnia: deploy
Diffstat (limited to 'nixos/modules/develop.nix')
-rw-r--r--nixos/modules/develop.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/modules/develop.nix b/nixos/modules/develop.nix
index 97c54ee..3ef6ce6 100644
--- a/nixos/modules/develop.nix
+++ b/nixos/modules/develop.nix
@@ -90,7 +90,6 @@ in {
# Network
iperf3
- wireshark
inetutils
# Gtk
@@ -116,7 +115,7 @@ in {
# Images
imagemagick
];
- programs.wireshark.enable = true;
+ programs.wireshark.package = pkgs.wireshark;
documentation = {
dev.enable = true;
@@ -152,7 +151,6 @@ in {
"lxd"
"develop"
"libvirtd"
- "wireshark"
];
};
}