adds backup ZFS mount points to configuration
This commit is contained in:
parent
aef9670f74
commit
fb9219719d
@ -66,6 +66,17 @@ in
|
|||||||
boot.kernelParams = [ "zfs.zfs_compressed_arc_enabled=1" ];
|
boot.kernelParams = [ "zfs.zfs_compressed_arc_enabled=1" ];
|
||||||
|
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
|
# backup ZFS mount points
|
||||||
|
"/mnt/backups/photos" = {
|
||||||
|
device = "backup/photos-duplicati";
|
||||||
|
fsType = "zfs";
|
||||||
|
};
|
||||||
|
"/mnt/backups/services" = {
|
||||||
|
device = "backup/services-duplicati";
|
||||||
|
fsType = "zfs";
|
||||||
|
};
|
||||||
|
|
||||||
|
# datapool ZFS mount points
|
||||||
"/mnt/ai" = {
|
"/mnt/ai" = {
|
||||||
device = "datapool/ai";
|
device = "datapool/ai";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user