vno1-rp3b: some mountpoints

This commit is contained in:
Motiejus Jakštys 2023-09-11 14:20:07 +03:00
parent 0246f9fd69
commit 31f1d6d669
1 changed files with 8 additions and 0 deletions

View File

@ -34,6 +34,14 @@
device = "datapool/root";
fsType = "zfs";
};
fileSystems."/data/borg" = {
device = "datapool/root/borg";
fsType = "zfs";
};
fileSystems."/data/shared" = {
device = "datapool/root/shared";
fsType = "zfs";
};
swapDevices = [];