From 66a198cf91d81c73f4aec898818800699eacf25d Mon Sep 17 00:00:00 2001 From: derfenix Date: Tue, 7 Jan 2025 18:26:56 +0300 Subject: [PATCH] Update nix flake --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 593b77e..01071ba 100644 --- a/flake.nix +++ b/flake.nix @@ -86,8 +86,7 @@ environment.systemPackages = [ self.packages.${pkgs.system}.photocatalog ]; systemd.services = lib.mapAttrs (_: sync: { - ${sync.source} = { -# name = "photocatalog_${sync.source}"; + name = "photocatalog_${sync.source}"; after = [ "local-fs.target" ]; path = [ self.packages.${pkgs.system}.photocatalog @@ -99,7 +98,6 @@ script = [ "photocatalog -source ${sync.source} -target ${sync.target} -skip-full-sync -watch" ]; - }; } ) config.photocatalog.syncs; };