summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2021-06-13 01:23:18 +0000
committerLuke Granger-Brown <git@lukegb.com>2021-10-08 01:21:57 +0000
commit9415562f1f62442ee5a941a4daa9bfe44aa1bcba (patch)
tree01cc02795f62da9b9fbb23b4d6d5db80cb2c396d
parent1b74469cd087f4d08b9101fecc52f9ebae058e9f (diff)
downloadnixpkgs-9415562f1f62442ee5a941a4daa9bfe44aa1bcba.tar
nixpkgs-9415562f1f62442ee5a941a4daa9bfe44aa1bcba.tar.gz
nixpkgs-9415562f1f62442ee5a941a4daa9bfe44aa1bcba.tar.bz2
nixpkgs-9415562f1f62442ee5a941a4daa9bfe44aa1bcba.tar.lz
nixpkgs-9415562f1f62442ee5a941a4daa9bfe44aa1bcba.tar.xz
nixpkgs-9415562f1f62442ee5a941a4daa9bfe44aa1bcba.tar.zst
nixpkgs-9415562f1f62442ee5a941a4daa9bfe44aa1bcba.zip
nixos/tests/custom-ca: reenable Firefox test
-rw-r--r--nixos/tests/custom-ca.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/nixos/tests/custom-ca.nix b/nixos/tests/custom-ca.nix
index 05cfbbb2fdf..4480519c7ed 100644
--- a/nixos/tests/custom-ca.nix
+++ b/nixos/tests/custom-ca.nix
@@ -109,9 +109,7 @@ in
 
       environment.systemPackages = with pkgs; [
         xdotool
-        # Firefox was disabled here, because we needed to disable p11-kit support in nss,
-        # which is why it will not use the system certificate store for the time being.
-        # firefox
+        firefox
         chromium
         qutebrowser
         midori
@@ -153,9 +151,7 @@ in
         machine.fail("curl -fv https://bad.example.com")
 
     browsers = {
-      # Firefox was disabled here, because we needed to disable p11-kit support in nss,
-      # which is why it will not use the system certificate store for the time being.
-      #"firefox": "Security Risk",
+      "firefox": "Security Risk",
       "chromium": "not private",
       "qutebrowser -T": "Certificate error",
       "midori": "Security"