vno1-rp3b: some mountpoints
This commit is contained in:
parent
0246f9fd69
commit
31f1d6d669
|
@ -34,6 +34,14 @@
|
||||||
device = "datapool/root";
|
device = "datapool/root";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
fileSystems."/data/borg" = {
|
||||||
|
device = "datapool/root/borg";
|
||||||
|
fsType = "zfs";
|
||||||
|
};
|
||||||
|
fileSystems."/data/shared" = {
|
||||||
|
device = "datapool/root/shared";
|
||||||
|
fsType = "zfs";
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices = [];
|
swapDevices = [];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue