Update nix flake

This commit is contained in:
2025-01-07 18:26:56 +03:00
parent d2db0a66ad
commit 66a198cf91

View File

@@ -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;
};