From d8dffed10acda6e37c9f503ebc12e11bf9861eb8 Mon Sep 17 00:00:00 2001 From: derfenix Date: Tue, 7 Jan 2025 20:52:17 +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 7855238..5eb00eb 100644 --- a/flake.nix +++ b/flake.nix @@ -86,7 +86,7 @@ environment.systemPackages = [ self.packages.${pkgs.system}.photocatalog ]; systemd.services = lib.mapAttrs' (name: sync: nameValuePair ("photocatalog${lib.replaceStrings ["/"] ["-"] sync.source}") { - name = "photocatalog${lib.replaceStrings ["/"] ["-"] sync.source}"; +# name = "photocatalog${lib.replaceStrings ["/"] ["-"] sync.source}"; after = [ "local-fs.target" ]; path = [ pkgs.photocatalog