feat(certs): override the cacert package to always trust my own CA
This commit is contained in:
parent
c79262d95c
commit
8d0a36614c
3 changed files with 43 additions and 0 deletions
|
|
@ -127,6 +127,10 @@ in
|
|||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
# configure overlays
|
||||
nixpkgs.overlays = [
|
||||
(import ./overlays/cacert.nix)
|
||||
];
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue