forked from DGNum/lab-infra
style(photo01): "..." -> "" in module inputs
This commit is contained in:
parent
abf9f2d2f5
commit
2aa758ae94
3 changed files with 44 additions and 47 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ }:
|
||||
|
||||
{
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ _ }:
|
||||
|
||||
{
|
||||
services.openssh = {
|
||||
|
|
|
@ -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";
|
||||
|
@ -53,5 +50,5 @@ in
|
|||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue