Update nix flake

This commit is contained in:
2025-01-07 17:36:05 +03:00
parent a8b2a94b09
commit b0cd8bdefa

View File

@@ -86,7 +86,6 @@
environment.systemPackages = [ self.packages.${pkgs.system}.photocatalog ];
systemd.services = lib.genAttrs config.photocatalog (sync:
{
${sync.name} = {
name = "photocatalog_${sync.name}";
after = [ "local-fs.target" ];
path = [
@@ -99,7 +98,6 @@
script = [
"photocatalog -source ${sync.source} -target ${sync.target} -skip-full-sync -watch"
];
};
}
);
};