fiddeling with photoprism
This commit is contained in:
parent
b04dd0738b
commit
bc595a1198
1 changed files with 4 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue