diff --git a/contrib/nixos/modules/copyparty.nix b/contrib/nixos/modules/copyparty.nix index 13a8c21c..9a301360 100644 --- a/contrib/nixos/modules/copyparty.nix +++ b/contrib/nixos/modules/copyparty.nix @@ -285,6 +285,7 @@ in environment = { PYTHONUNBUFFERED = "true"; + NIX_SSL_CERT_FILE = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"; XDG_CONFIG_HOME = externalStateDir; };