bvm-paperless: oops, need to put square brackets there

This commit is contained in:
Luke Granger-Brown 2022-09-11 22:50:08 +01:00
parent 889d138460
commit bfe31111ba

View file

@ -24,7 +24,7 @@ in {
services.paperless = { services.paperless = {
enable = true; enable = true;
address = config.my.ip.tailscale6; address = "[${config.my.ip.tailscale6}]";
extraConfig = { extraConfig = {
PAPERLESS_URL = "https://paperless.int.lukegb.com"; PAPERLESS_URL = "https://paperless.int.lukegb.com";
PAPERLESS_ALLOWED_HOSTS = "paperless.int.lukegb.com,bvm-paperless.int.as205479.net:28981,bvm-paperless.int.as205479.net"; PAPERLESS_ALLOWED_HOSTS = "paperless.int.lukegb.com,bvm-paperless.int.as205479.net:28981,bvm-paperless.int.as205479.net";