Compare commits
2 commits
22bc5a050a
...
2e9baab4d5
Author | SHA1 | Date | |
---|---|---|---|
2e9baab4d5 | |||
e46a35741d |
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue