From 5e383bb8df915f9aa5dc8ead47822fe23a33e806 Mon Sep 17 00:00:00 2001 From: derfenix Date: Tue, 7 Jan 2025 18:23:56 +0300 Subject: [PATCH] Update nix flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bf4b61a..8bea284 100644 --- a/flake.nix +++ b/flake.nix @@ -84,7 +84,7 @@ config = lib.mkIf config.photocatalog.enable { environment.systemPackages = [ self.packages.${pkgs.system}.photocatalog ]; - systemd.services = lib.mapAttrs config.photocatalog.syncs (_: sync: + systemd.services = lib.mapAttrs (config.photocatalog.syncs _: sync: { ${sync.source} = { name = "photocatalog_${sync.source}";