I want to install NixOS on a computer that accesses the internet through a proxy that needs a root certificate.
Below is the instructions how to acquire and install this certificate on other versions of Linux.
How can I do this on an out-of-the-box installation of NixOS?
The catch is that the system will not be able to update or download packages until the certificate is already installed. But I can install the certificate manually in Firefox, and download packages that way, if necessary.
Not sure it will be super interesting to you…
Netfree https://netfree.link/
is a paid service for people who are not fond of seeing obscenity or hate or other bad stuff when they are browsing the internet. It is sort of like parental control, but for adults.
As you mentioned, this service in the middle of your internet traffic, so you need to trust them implicitly, but it works pretty well.
Okay, where do I find security.pki.certificates on my system? Is this a separate config file somewhere, or a section of a more general config file? Maybe it is a section I need to create in nix.config?