mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 01:08:32 +02:00
feat: add private ca for all internal web services
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
]
|
||||
++ (import ../overlays args);
|
||||
|
||||
# Add my private PKI's CA certificate to the system-wide trust store.
|
||||
security.pki.certificateFiles = [
|
||||
../certs/ecc-ca.crt
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git # used by nix flakes
|
||||
git-lfs # used by huggingface models
|
||||
|
||||
Reference in New Issue
Block a user