fiddeling with photoprism
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 13m34s

This commit is contained in:
Ingolf Wagner 2024-08-23 07:51:07 +02:00
parent b04dd0738b
commit bc595a1198
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -19,6 +19,10 @@ in
system.stateVersion = "23.11";
services.logrotate.checkConfig = false; # because uid 3000 does not exist in here
environment.systemPackages = [
config.services.photoprism.package
];
# Photoprism
# ----------
services.photoprism = {