mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
commit
1f95a17026
2 changed files with 17 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
iftop
|
iftop
|
||||||
inetutils
|
inetutils
|
||||||
iotop
|
iotop
|
||||||
|
lsof
|
||||||
mosquitto
|
mosquitto
|
||||||
net-tools
|
net-tools
|
||||||
neofetch
|
neofetch
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue