summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2019-05-02 16:53:21 -0600
committerKenny Ballou <kballou@devnulllabs.io>2019-05-02 16:53:21 -0600
commita4f046a228f62e3750cf94928e14e062baa2b3be (patch)
tree7441c938afdea2fdc67478f0e8d0995079e3b307 /system
parentf39de0460fbd38c4bc3f4d23cc9187c761404c7a (diff)
downloadcfg.nix-a4f046a228f62e3750cf94928e14e062baa2b3be.tar.gz
cfg.nix-a4f046a228f62e3750cf94928e14e062baa2b3be.tar.xz
orobas: import system/ca
Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
Diffstat (limited to 'system')
-rw-r--r--system/ca.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/ca.nix b/system/ca.nix
new file mode 100644
index 0000000..b1c1f9e
--- /dev/null
+++ b/system/ca.nix
@@ -0,0 +1,6 @@
+{ config, pkgs, ... }:
+{
+ security.pki.certificateFiles = [
+ "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
+ ];
+} \ No newline at end of file