disable thymis

This commit is contained in:
Tasia Iso 2024-10-13 18:29:52 +02:00
parent d242564ded
commit e4ad48b737
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ in {
./forgejo.nix
./grafana.nix
./tasiaiso.nix
./thymis.nix
# ./thymis.nix
];
networking = {

View file

@ -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 = 33100; # port on which the controller listens for incoming connections
listen-port = 8000; # 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
};