fix statix checks

This commit is contained in:
2024-08-22 13:11:40 +03:00
parent 1535dc60fb
commit d899f10006
3 changed files with 4 additions and 4 deletions

View File

@@ -12,9 +12,9 @@ in
config = lib.mkIf cfg.enable {
services.photoprism = {
inherit (cfg) passwordFile;
enable = true;
originalsPath = "/var/cache/photoprism/userdata";
passwordFile = cfg.passwordFile;
};
systemd = {