fuuko/photoprism: Init
This commit is contained in:
parent
30485e7d70
commit
49149fa1d4
|
@ -8,6 +8,7 @@
|
|||
./services/languagetool.nix
|
||||
./services/media-backup.nix
|
||||
./services/media.nix
|
||||
./services/photoprism.nix
|
||||
./services/torrent.nix
|
||||
];
|
||||
|
||||
|
|
12
machines/fuuko/services/photoprism.nix
Normal file
12
machines/fuuko/services/photoprism.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
services.photoprism = {
|
||||
enable = true;
|
||||
originalsPath = "/data/cold/photoprism";
|
||||
};
|
||||
|
||||
sbruder.restic.system.extraExcludes = [
|
||||
"/var/lib/private/photoprism"
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue