From 87e82d13c8f591c5b1d9c560b03b0541b95e29b8 Mon Sep 17 00:00:00 2001 From: derfenix Date: Tue, 7 Jan 2025 17:42:01 +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 3f1f60e..9dee8fa 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.genAttrs config.photocatalog.syncs (sync: + systemd.services = lib.attrValues config.photocatalog.syncs (sync: { ${sync.name} = { name = "photocatalog_${sync.name}";