mirror of
https://github.com/derfenix/photocatalog.git
synced 2026-03-11 20:46:24 +03:00
Update nix flake
This commit is contained in:
@@ -87,7 +87,7 @@
|
|||||||
systemd.services = lib.mapAttrs (_: sync:
|
systemd.services = lib.mapAttrs (_: sync:
|
||||||
{
|
{
|
||||||
${sync.source} = {
|
${sync.source} = {
|
||||||
name = "photocatalog_${sync.source}";
|
# name = "photocatalog_${sync.source}";
|
||||||
after = [ "local-fs.target" ];
|
after = [ "local-fs.target" ];
|
||||||
path = [
|
path = [
|
||||||
self.packages.${pkgs.system}.photocatalog
|
self.packages.${pkgs.system}.photocatalog
|
||||||
|
|||||||
Reference in New Issue
Block a user