server9: add missing fileSystems

This commit is contained in:
Sandro - 2023-12-25 21:00:01 +01:00
parent a218817af7
commit 56b7016e30
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 18 additions and 0 deletions

View File

@ -54,12 +54,30 @@
options = [ "zfsutil" ];
};
fileSystems."/tank/erisbert" =
{ device = "tank/erisbert";
fsType = "zfs";
options = [ "zfsutil" ];
};
fileSystems."/tank/shits-and-giggles" =
{ device = "tank/shits-and-giggles";
fsType = "zfs";
options = [ "zfsutil" ];
};
fileSystems."/tank/storage/ftp" =
{ device = "tank/storage/ftp";
fsType = "zfs";
options = [ "zfsutil" ];
};
fileSystems."/tank/storage/sshlog" =
{ device = "tank/storage/sshlog";
fsType = "zfs";
options = [ "zfsutil" ];
};
fileSystems."/tank/storage/stream" =
{ device = "tank/storage/stream";
fsType = "zfs";