Stockage postgres et matrix sur ZFS

This commit is contained in:
nyanloutre 2018-04-22 11:43:22 +02:00
parent a6e21aa40b
commit 7021682f00
1 changed files with 10 additions and 0 deletions

View File

@ -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"; }
];