Edited default.nix for new publickey

This commit is contained in:
Aner Zakobar
2026-07-26 00:39:33 +03:00
parent a19097e11c
commit cc4803bb82
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -30,8 +30,9 @@ in
ports = [ "127.0.0.1:${toString cfg.port}:8080" ];
environment = {
# Disable Stirling-PDF's own login page — Authelia handles auth
# Disable Stirling-PDF's own login — Authelia forward_auth handles auth
DOCKER_ENABLE_SECURITY = "false";
SECURITY_ENABLELOGIN = "false";
INSTALL_BOOK_AND_ADVANCED_HTML_OPS = "false";
LANGS = "en_GB";
TZ = homeyConfig.timezone;