From 7793eb9decf3e630465794aa024a5bc2b97bf0e0 Mon Sep 17 00:00:00 2001 From: derfenix Date: Tue, 7 Jan 2025 20:25:57 +0300 Subject: [PATCH] Update nix flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 82632cb..7cf095d 100644 --- a/flake.nix +++ b/flake.nix @@ -87,7 +87,7 @@ systemd.services = lib.mapAttrs (_: sync: { name = "photocatalog_${lib.replaceChars ["/"] ["-"] sync.source}"; - after = [ "local-fs.target" ]; +# after = [ "local-fs.target" ]; path = [ pkgs.photocatalog ];