feat(photo01): init #4

Merged
cst1 merged 19 commits from cst1/lab-infra:init_photo01 into main 2024-11-22 14:04:37 +01:00
3 changed files with 44 additions and 47 deletions
Showing only changes of commit 2aa758ae94 - Show all commits

View file

@ -1,4 +1,4 @@
{ ... }:
{ }:
{

View file

@ -1,4 +1,4 @@
{ ... }:
{ _ }:
{
services.openssh = {

View file

@ -1,13 +1,10 @@
{ pkgs, ... }:
let
port = 2342;
in
{
services = {
photoprism = {
enable = true;
port = port;
port = 2342;
settings = {
PHOTOPRISM_DEFAULT_LOCALE = "fr";
PHOTOPRISM_ADMIN_USERNAME = "admin";