From d242564ded45580567e6ee4539da98eef4092c55 Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Sun, 13 Oct 2024 17:16:38 +0200 Subject: [PATCH] trying stuff out --- hosts/vulpecula-vps/thymis.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/vulpecula-vps/thymis.nix b/hosts/vulpecula-vps/thymis.nix index 751c83c..0287f83 100644 --- a/hosts/vulpecula-vps/thymis.nix +++ b/hosts/vulpecula-vps/thymis.nix @@ -20,7 +20,7 @@ auth-basic-password-file = "/var/lib/thymis/auth-basic-password"; # file containing the password for basic authentication # content will be automatically generated if it does not exist listen-host = "127.0.0.1"; # host on which the controller listens for incoming connections - listen-port = 62105; # port on which the controller listens for incoming connections + listen-port = 33100; # port on which the controller listens for incoming connections nginx-vhost-enable = true; # whether to enable the Nginx virtual host nginx-vhost-name = "wallabag.vulpecula.zone"; # name of the Nginx virtual host };