Compare commits
No commits in common. "2e9baab4d5ef988b87ef610cacb350ba2566d82e" and "22bc5a050a4168a85e5893b27530b84e695143d5" have entirely different histories.
2e9baab4d5
...
22bc5a050a
2 changed files with 2 additions and 3 deletions
|
@ -68,10 +68,9 @@ with config;
|
||||||
# system tools
|
# system tools
|
||||||
sysstat
|
sysstat
|
||||||
lm_sensors # for `sensors` command
|
lm_sensors # for `sensors` command
|
||||||
ethtool # modify network interface settings or firmware
|
ethtool
|
||||||
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