Merge pull request #595 from genebean/lsof

Add lsof
This commit is contained in:
Gene Liverman 2026-02-07 15:30:31 -05:00 committed by GitHub
commit 1f95a17026
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 0 deletions

View file

@ -12,6 +12,7 @@
iftop iftop
inetutils inetutils
iotop iotop
lsof
mosquitto mosquitto
net-tools net-tools
neofetch neofetch

View file

@ -28,6 +28,22 @@
fsType = "zfs"; fsType = "zfs";
}; };
fileSystems."/var/lib/postgresql" =
{ device = "orico/postgresql-data";
fsType = "zfs";
};
fileSystems."/var/lib/postgresql/16/pg_wal" =
{ device = "orico/postgresql-wal-16";
fsType = "zfs";
};
# Second disk inside case
#fileSystems."/var/lib/postgresql" =
# { device = "/dev/disk/by-uuid/7351c15f-1b9f-4e12-853b-ebf5cc425530";
# fsType = "ext4";
# };
swapDevices = [ ]; swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking