mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
commit
1f95a17026
2 changed files with 17 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
iftop
|
||||
inetutils
|
||||
iotop
|
||||
lsof
|
||||
mosquitto
|
||||
net-tools
|
||||
neofetch
|
||||
|
|
|
|||
|
|
@ -28,6 +28,22 @@
|
|||
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 = [ ];
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue