feat: Update all flakes
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s

This commit is contained in:
2026-03-01 20:31:34 +05:30
parent d4a0ab60cf
commit b10e5253f8
2 changed files with 87 additions and 90 deletions

View File

@@ -7,8 +7,5 @@
enable = true;
dumpcap.enable = true;
};
environment.systemPackages = with pkgs; [
wireshark-qt
];
users.users.${device.user}.extraGroups = ["wireshark"];
}