mirror of
https://github.com/derfenix/photocatalog.git
synced 2026-03-12 06:34:57 +03:00
Update nix flake
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user