From a449f29502028e36df5b28374763fc5d80c1c6f8 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Thu, 5 Jan 2023 11:26:38 +0100 Subject: [PATCH] remove backup mount and add photoprism mount --- systems/LoutreOS/hardware-configuration.nix | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/systems/LoutreOS/hardware-configuration.nix b/systems/LoutreOS/hardware-configuration.nix index 2c3303b..b32d6f1 100644 --- a/systems/LoutreOS/hardware-configuration.nix +++ b/systems/LoutreOS/hardware-configuration.nix @@ -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";