diff options
| author | qaristote <quentin.aristote@ens.fr> | 2023-03-29 14:17:14 +0200 |
|---|---|---|
| committer | qaristote <quentin.aristote@ens.fr> | 2023-03-29 14:17:14 +0200 |
| commit | 0281846fabc853266c82caf5ec88a05be6ad41ea (patch) | |
| tree | 43ea0ac6f6a5030defb0ccdd9068f8ddf10624e2 /nixos | |
| parent | 52ec0ea6e25086f9cfaa1caacdd6b78689dd2507 (diff) | |
nixos: etc: add ens ssl certificate
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/networking.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/networking.nix b/nixos/networking.nix index c7b77c2..e4dfb6b 100644 --- a/nixos/networking.nix +++ b/nixos/networking.nix @@ -19,4 +19,9 @@ wlp0s20f3.useDHCP = true; }; }; + + environment.etc."ssl/certs/ens.pem".source = pkgs.fetchurl { + url = "https://www.tuteurs.ens.fr/internet/USERTrust_RSA_Certification_Authority.pem"; + sha256 = "sha256:ij28uSqxxid2R/4quFNrXJgqu/2x8d9XKOAbkGq6lTo="; + }; } |
