Update nix flake

This commit is contained in:
2025-01-07 20:51:37 +03:00
parent d5a88cdad6
commit 8b3e7bf289

View File

@@ -84,7 +84,7 @@
config = lib.mkIf config.photocatalog.enable {
environment.systemPackages = [ self.packages.${pkgs.system}.photocatalog ];
systemd.services = lib.mapAttrs' (name: sync: nameValuePair (lib.replaceStrings ["/"] ["-"] sync.source)
systemd.services = lib.mapAttrs' (name: sync: nameValuePair ("photocatalog${lib.replaceStrings ["/"] ["-"] sync.source}")
{
name = "photocatalog${lib.replaceStrings ["/"] ["-"] sync.source}";
after = [ "local-fs.target" ];