Compare commits

...

2 commits

Author SHA1 Message Date
2e9baab4d5 moved nftables config to host 2024-09-03 02:09:49 -05:00
e46a35741d added lshw 2024-09-03 02:09:18 -05:00
2 changed files with 3 additions and 2 deletions

View file

@ -68,9 +68,10 @@ with config;
# system tools
sysstat
lm_sensors # for `sensors` command
ethtool
ethtool # modify network interface settings or firmware
pciutils # lspci
usbutils # lsusb
lshw # lshw
# system call monitoring
strace # system call monitoring

View file

@ -72,7 +72,7 @@ in
# systemd.services.incus-preseed.postStart = "${oidcSetup}";
networking = {
nftables.enable = true;
# nftables.enable = true;
firewall = {
allowedTCPPorts = [
8445