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 # system tools
sysstat sysstat
lm_sensors # for `sensors` command lm_sensors # for `sensors` command
ethtool ethtool # modify network interface settings or firmware
pciutils # lspci pciutils # lspci
usbutils # lsusb usbutils # lsusb
lshw # lshw
# system call monitoring # system call monitoring
strace # system call monitoring strace # system call monitoring

View file

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