hurricane: 184 current 2025-07-14 14:31:08 25.05.20250708.88983d4 6.15.5 *
wireshark hurricane: 184 current 2025-07-14 14:31:08 25.05.20250708.88983d4 6.15.5 * hurricane: 185 current 2025-07-14 14:38:12 25.05.20250708.88983d4 6.15.5 * hurricane: 186 current 2025-07-14 14:41:20 25.05.20250708.88983d4 6.15.5 *
This commit is contained in:
@@ -60,7 +60,7 @@ in {
|
||||
users.schulze = {
|
||||
isNormalUser = true;
|
||||
description = "Felix Schulze";
|
||||
extraGroups = ["networkmanager" "wheel" "docker" "plugdev"];
|
||||
extraGroups = ["networkmanager" "wheel" "docker" "plugdev" "wireshark"];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
groups.libvirtd.members = ["schulze"];
|
||||
|
@@ -154,6 +154,7 @@ in {
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
|
||||
# Cat replacement
|
||||
bat = {
|
||||
enable = true;
|
||||
settings = {
|
||||
@@ -287,6 +288,10 @@ in {
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
wireshark = {
|
||||
enable = true;
|
||||
package = pkgs.wireshark;
|
||||
};
|
||||
};
|
||||
|
||||
# enable and configure Docker
|
||||
|
Reference in New Issue
Block a user