Fixed
This commit is contained in:
parent
ab0cdddd1b
commit
815d029336
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ in {
|
|||
locations."/" = let
|
||||
cfg = config.services.paperless;
|
||||
in {
|
||||
proxyPass = "http://${cfg.address}:${cfg.port}";
|
||||
proxyPass = "http://${cfg.address}:${builtins.toString cfg.port}";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue