chore(vesuvio): change nginx config a bit
This commit is contained in:
parent
ac96bb47e9
commit
389f6b2e10
4 changed files with 75 additions and 80 deletions
|
@ -1,12 +1,7 @@
|
|||
{ config, _utils, ... }:
|
||||
let
|
||||
frp = _utils.mkFrpPassthrough "immich" config.services.immich.port;
|
||||
in
|
||||
{
|
||||
imports = [ frp ];
|
||||
|
||||
services.immich = {
|
||||
enable = true;
|
||||
host = "0.0.0.0";
|
||||
|
||||
settings = null;
|
||||
mediaLocation = "/data/immich";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue