Stockage postgres et matrix sur ZFS
This commit is contained in:
parent
a6e21aa40b
commit
7021682f00
1 changed files with 10 additions and 0 deletions
|
@ -102,6 +102,16 @@
|
|||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/var/lib/postgresql" =
|
||||
{ device = "loutrepool/var/postgresql";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/var/lib/matrix-synapse" =
|
||||
{ device = "loutrepool/var/matrix-synapse";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
swapDevices =
|
||||
[ { device = "/var/swapfile"; }
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue