remove backup mount and add photoprism mount

This commit is contained in:
nyanloutre 2023-01-05 11:26:38 +01:00
parent 0cddbf1def
commit a449f29502
1 changed files with 9 additions and 4 deletions

View File

@ -123,10 +123,10 @@
fsType = "zfs";
};
fileSystems."/mnt/backup" =
{ device = "backup";
fsType = "zfs";
};
# fileSystems."/mnt/backup" =
# { device = "backup";
# fsType = "zfs";
# };
fileSystems."/mnt/backup_loutre" =
{ device = "loutrepool/backup";
@ -158,6 +158,11 @@
fsType = "zfs";
};
fileSystems."/var/lib/private/photoprism" =
{ device = "loutrepool/var/photoprism";
fsType = "zfs";
};
fileSystems."/mnt/paul-home" =
{ device = "loutrepool/zfs-replicate/paul-fixe/fastaf/home";
fsType = "zfs";