Skip to content

Commit

Permalink
nix/configuration.nix: fix TLS support
Browse files Browse the repository at this point in the history
Set GIO_MODULE_DIR to fix accessing HTTPS URLs.

Thanks to tauri-apps/wry#605
  • Loading branch information
flokli committed Jul 16, 2024
1 parent 4d22089 commit 659ec1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
enable = true;
user = "kiosk";
program = "${pkgs.fossbeamer}/bin/fossbeamer --default-config=${../default-config.json} https://example.com";
environment.GIO_MODULE_DIR = "${pkgs.glib-networking}/lib/gio/modules/";
extraArguments = [
"-d" # don't draw client decorations when possible
];
Expand Down

0 comments on commit 659ec1a

Please sign in to comment.