fix: install libpci by default on sys-net

It is not possible to troubleshoot network module loading without
pciutils. Although it is a troubleshooting tools, it is not
troubleshooting the network, but to make the system itself be able to
load kernel modules and reach the network, therefore necessary.
This commit is contained in:
Ben Grande 2024-05-02 19:33:32 +02:00
parent 18204da1a2
commit 972ac77bc2
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,6 @@ include:
- install_recommends: False
- skip_suggestions: True
- pkgs:
- pciutils
- net-tools
- wireless-tools
- socat

View File

@ -21,5 +21,6 @@ include:
- wpasupplicant
- gnome-keyring
- notification-daemon
- pciutils
{% endif -%}