mirror of
https://github.com/derfenix/photocatalog.git
synced 2026-03-11 11:52:57 +03:00
Update nix flake
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
|
||||
config = lib.mkIf config.photocatalog.enable {
|
||||
environment.systemPackages = [ self.packages.${pkgs.system}.photocatalog ];
|
||||
systemd.services = lib.attrsets.attrValues config.photocatalog.syncs (sync:
|
||||
systemd.services = builtins.attrValues config.photocatalog.syncs (sync:
|
||||
{
|
||||
${sync.name} = {
|
||||
name = "photocatalog_${sync.name}";
|
||||
|
||||
Reference in New Issue
Block a user