This commit is contained in:
Gene Liverman 2026-02-07 15:30:09 -05:00
parent c4ae893ef7
commit 33bbf715b5
Signed by: genebean
SSH key fingerprint: SHA256:gMnZbl3rg8nIXl4AomxNeNiOG4mWP/xEywbmQjVfhtY
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